Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Examples/GroupDocs.Conversion.Examples.Java/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target/
/bin/
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import com.groupdocs.conversion.handler.ConversionStartHandler;
import com.groupdocs.conversion.handler.PdfConversionCompleteEventArgs;
import com.groupdocs.conversion.handler.output.IOutputDataHandler;
import com.groupdocs.conversion.metered.Metered;
//import com.groupdocs.conversion.internal.c.a.d.Metered;
import com.groupdocs.foundation.domain.FileType;
import com.groupdocs.foundation.utils.wrapper.stream.GroupDocsInputStream;
Expand Down Expand Up @@ -792,7 +793,7 @@ public static void hideTrackedChanges(String sourceFileName) {
}

//count document pages
/*public static void countDocumentPages(String sourceFileName){
public static void countDocumentPages(String sourceFileName){
//ExStart:countDocumentPages
ConversionHandler conversionHandler = new ConversionHandler(Utilities.getConfiguration());

Expand Down Expand Up @@ -938,5 +939,5 @@ public static void markImageDpiAsObsolete(String sourceFileName){
List<GroupDocsInputStream> convertedDocumentStream = conversionHandler.<List<GroupDocsInputStream>>convert(sourceFileName, options);
System.out.print("Converted file path is: " + convertedDocumentStream);
//ExEnd:markImageDpiAsObsolete
}*/
}
}