Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,649 of 1,649 for

pdf to png

(0.06 sec)
  1. Add image annotation | Documentation

    The page describes how To add image annotation To a document using GroupDocs.Annotation for .NET....pdf" )) { ImageAnnotation area =...2x/googlelogo_color_92x30dp.png" , Angle = 100 }; annotator ...

    docs.groupdocs.com/annotation/net/add-image-ann...
  2. Modifying found watermark properties | Document...

    This article explains how To modify found watermark properties while using GroupDocs. Watermarks API....pdf" using ( Watermarker watermarker...new Watermarker ( "document.pdf" )) { TextSearchCriteria searchCriteria...

    docs.groupdocs.com/watermark/net/modifing-found...
  3. Modifying found watermark properties | Document...

    This article explains how To modify found watermark properties while using GroupDocs.Watermarks Java API....pdf" Watermarker watermarker = new...new Watermarker ( "document.pdf" ); TextSearchCriteria searchCriteria...

    docs.groupdocs.com/watermark/java/modifying-fou...
  4. Add image watermarks | Documentation

    This article shows how To add an image watermark and save the resultant document. It is capable of adding watermarks To images or documents....pdf" ); const imageWatermark = new...watermark . ImageWatermark ( "sample.png" ); imageWatermark . setHorizontalAlignme...

    docs.groupdocs.com/watermark/nodejs-java/add-im...
  5. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadOptions, To CommentDisplayMode, due To it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the new code: …...png (364.9 KB) I was using GroupDocs...PdfConvertOptions(); conv.Convert("Conversion.pdf", options); } Attaching the sample...

    forum.groupdocs.com/t/hidecomments-replacement-...
  6. Compare annotations | Documentation

    The page describes how To compare annotations....pdf" )) { List < AnnotationBase >...2x/googlelogo_color_92x30dp.png" ); imageAnnotation . setAngle...

    docs.groupdocs.com/annotation/java/comparing-an...
  7. Searching watermarks | Documentation

    This article explains how To search watermarks while using GroupDocs. Watermarks Java API....pdf" Watermarker watermarker = new...new Watermarker ( "document.pdf" ); PossibleWatermarkCol possibleWatermarks...

    docs.groupdocs.com/watermark/java/searching-wat...
  8. Compare annotations | Documentation

    The page describes how To compare annotations....pdf" )) { var annotations = annotator...2x/googlelogo_color_92x30dp.png" , Angle = 100 }; foreach ( var...

    docs.groupdocs.com/annotation/net/comparing-ann...
  9. Clear watermarks | Documentation

    This article shows how To clear existing text or image watermarks....pdf' ); // Create a TextSearchCriteria...watermarker . save ( 'result.pdf' ); // Close watermarker watermarker...

    docs.groupdocs.com/watermark/nodejs-java/clear/