Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 30,465 for

groupdocs.annotation

(0.09 sec)
  1. Compare bookmarks in Word documents | GroupDocs

    Learn how to compare bookmarks in Word documents using GroupDocs.Comparison for Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/compar...
  2. 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/
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. GroupDocs.Conversion Product Family

    查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/zh/conversion/page/15/
  8. Search thread safety | GroupDocs

    This article shows that how search thread safety works....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/search-th...
  9. Retrieve the document information | GroupDocs

    Access document properties and supported formats with GroupDocs.Viewer for Python....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/retrieving...
  10. Optimize the output PDF file | GroupDocs

    Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/optimizati...