Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 2,829 for

pdf editor

(0.18 sec)
  1. Add button component | GroupDocs

    The page describes how to add button component to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { ButtonComponent button...

    docs.groupdocs.com/annotation/net/add-button-co...
  2. GroupDocs Blog | Document Automation Solutions ...

    GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Editor for .NET 26.3 ......Editor for .NET 26.3 – Hoogtepunten...maart 2026-release GroupDocs.Editor for .NET 26.3 voegt TTC-lettertypeondersteun...

    blog.groupdocs.com/nl/index.xml
  3. Add replacement annotation | GroupDocs

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { ReplacementAnnotatio replacement...

    docs.groupdocs.com/annotation/net/add-replaceme...
  4. Add dropdown component | GroupDocs

    The page describes how to add dropdown component to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { DropdownComponent dropdown...

    docs.groupdocs.com/annotation/net/add-dropdown-...
  5. Add distance annotation | GroupDocs

    The page describes how to add distance annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { DistanceAnnotation distance...

    docs.groupdocs.com/annotation/net/add-distance-...
  6. Modifying found watermark properties | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....Editor Product Solution GroupDocs...gw . Watermarker ( "document.pdf" ) as watermarker : criteria...

    docs.groupdocs.com/watermark/python-net/modifyi...
  7. Removing found watermarks | GroupDocs

    Find and remove text, image, and hyperlink watermarks using Python via .NET....Editor Product Solution GroupDocs...gw . Watermarker ( "document.pdf" ) as watermarker : possible...

    docs.groupdocs.com/watermark/python-net/removin...
  8. Adding repeated watermarks | GroupDocs

    Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using Python via .NET....Editor Product Solution GroupDocs...with gw . Watermarker ( "sample.pdf" ) as watermarker : font = gww...

    docs.groupdocs.com/watermark/python-net/adding-...
  9. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Editor Product Solution GroupDocs..."C:\\\\Temp\\\\sample_output_file.pdf" ); try { RasterizationOptions...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Verify Document for Signatures | GroupDocs

    This topic explains how to verify documents for various electronic signatures with GroupDocs.Signature for Python via .NET API....Editor Product Solution GroupDocs... Signature ( "sample_signed.pdf" ) as sign : # Create verification...

    docs.groupdocs.com/signature/python-net/verify-...