Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 33,437 for

groupdocs.conversion

(0.3 sec)
  1. 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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

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

    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...
  3. Convert DOC to JPG in C#

    Learn how to Convert DOC to JPG in C# and Export Word document as JPEG using C# with Groupdocs.conversion for .NET, providing step-by-step code and best practices....Total Product Family GroupDocs.Conversion Product Family GroupDocs...JPG in C# Install the GroupDocs.Conversion for .NET package via...

    kb.groupdocs.com/conversion/net/convert-doc-to-...
  4. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…...(var converter = new GroupDocs.Conversion.Converter(PDFFilePath))...ImageConvertOptions { Format = GroupDocs.Conversion.FileTypes.ImageFileType...

    forum.groupdocs.com/t/font-processing-issue-wit...
  5. Categories

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

    kb.groupdocs.com/categories/page/40/
  6. Categories

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

    kb.groupdocs.com/categories/page/28/
  7. Categories

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

    kb.groupdocs.com/categories/page/30/
  8. GroupDocs.Annotation for Java

    This API allows you to digitally annotate any type of file format using Java language on any platform....Total Product Family GroupDocs.Conversion Product Family GroupDocs...

    kb.groupdocs.com/annotation/java/
  9. HTML to PDF conversion issue - java - Free Supp...

    We experience an issue with the HTML to PDF conversion when using Quarkus 3, openjdk 17.0.2, Windows 10 20H2 and Groupdocs.conversion 23.5 Run ApplicationMonitorTest to see how everything hangs when we are trying to go …...conversion issue - java GroupDocs.Conversion Product Family document-conversion...

    forum.groupdocs.com/t/html-to-pdf-conversion-is...
  10. Developer Guide | GroupDocs

    Explains GroupDocs.Merger for .NET file merger features and shows how to merge and combine PDF, Word, Excel, PowerPoint documents inside your .NET applications...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/developer-guide/