Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 31,416 for

groupdocs.annotation

(0.61 sec)
  1. Reorder pages | GroupDocs

    Reorder pages when rendering documents to PDF with GroupDocs.Viewer for Java...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/reorder-pages/
  2. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  4. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family Groupdocs.annotation Product F......Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/categories/page/42/
  5. CLR integration on GroupDocs Blog | Document Au...

    CLR integration on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CLR integration on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......進行文件註釋:兩種經驗證的文件標記方法 學習使用 pythonnet 將 GroupDocs.Annotation for .NET 與 Python 整...

    blog.groupdocs.com/zh-hant/tag/clr-integration/...
  6. GroupDocs.Conversion for .NET

    Find answers about converting documents and images of various types using .NET code on any platform....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/page/4/
  7. How to Sign PDF with QR Code Signature using Java

    This quick tutorial provides you with step-by-step instructions to create QR Code in Java and how to sign a PDF document with a QR Code signature using Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  8. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Supported Audio Types | GroupDocs

    This section describes GroupDocs.Merger for Java supported audio types. The Library supports WAV and many more....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/supported-audio-...
  10. Developer Guide | GroupDocs

    This section decsribes how to add digital signature to pdf, docx, pptx, xlsx and many more with GroupDocs.Signature for Java library...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/developer-guide/