Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 2,529 for

pdf editor

(0.1 sec)
  1. Load document from URL | GroupDocs

    The page describes how to load Pdf, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...Resources/SampleFiles/input.pdf?raw=true" ; using ( Annotator...

    docs.groupdocs.com/annotation/net/load-document...
  2. Add search text annotation | GroupDocs

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for Java."...Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )){ SearchTextFragment searchTextFragment...

    docs.groupdocs.com/annotation/java/add-search-t...
  3. Add image annotation | GroupDocs

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....Editor Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )){ ImageAnnotation imageAnnotation...

    docs.groupdocs.com/annotation/java/add-image-an...
  4. 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/
  5. 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-...
  6. 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-...
  7. 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-...
  8. 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...
  9. Result of added watermarks | GroupDocs

    Review AddWatermarkResult with information about added watermarks using Python via .NET....Editor Product Solution GroupDocs...Watermarker ( "sample_2_pages.pdf" ) as watermarker : font = gww...

    docs.groupdocs.com/watermark/python-net/result-...
  10. Add text redaction annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-text-reda...