Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 30,134 for

groupdocs.conversion

(0.05 sec)
  1. Reorder pages | Documentation

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

    docs.groupdocs.com/viewer/java/reorder-pages/
  2. Put image annotations over the text using ZInde...

    This page describes how to set image ZIndex to place it over the text...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/put-image-ann...
  3. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/loading-custo...
  4. Save overwriting original file | Documentation

    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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Load from FTP | Documentation

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

    docs.groupdocs.com/viewer/java/load-document-fr...
  6. Installation | Documentation

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/installation/
  7. GroupDocs Newsletter August 2018 – .NET and Jav...

    Share this issue: Monthly NewsletterAugust 2018 Text and Metadata Extraction APIs for Java Applications Accurately Parse MS Office, Emails, Zip and Legal Documents GroupDocs.Parser is a Java document parsing and text extraction API for analyzing documents thus allowing users to extract metadata, raw and formatted text from the supported document formats (Word, Excel, PowerPoint, PDF, OneNote, Visio, Text, HTML, Zip, Markdown and Email messages). The API performs content parsing operations with highest level of accuracy and speed....NET Office Documents # GroupDocs.Conversion for .NET supports explicit...into one product suite. GroupDocs.Conversion for Java 18.6.1 – Hide...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  8. How to Compare CSV Files in Java

    Let's learn the step-by-step process to compare CSV files in Java by consuming API and how to consume this guide to develop Java compare CSV files functionality....Total Product Family GroupDocs.Conversion Product Family GroupDocs...

    kb.groupdocs.com/comparison/java/how-to-compare...
  9. How to Add Image Signature to PDF using C#

    Quickly and easily add image signature to PDF using C# with one of the popular signature library. Also, examine the sample code to sign pdf with image in C#....Total Product Family GroupDocs.Conversion Product Family GroupDocs...

    kb.groupdocs.com/signature/net/how-to-add-image...
  10. How to Add Underline Annotation into PDF Using C#

    We will explore the process how to add underline annotation into PDF using C#. A code example is also provided to insert underline annotation in PDF using C#....Total Product Family GroupDocs.Conversion Product Family GroupDocs...

    kb.groupdocs.com/annotation/net/how-to-add-unde...