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

format

(0.06 sec)
  1. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot apply...

    docs.groupdocs.com/annotation/java/add-componen...
  2. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for Java convert options specific to various document types...email attachment to different format Convert to Image with advanced...

    docs.groupdocs.com/conversion/java/conversion-o...
  3. Get document information | GroupDocs

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....document file type, extension, format name etc. - indicates count...

    docs.groupdocs.com/merger/net/get-document-info...
  4. Very slow conversion for certain PDF to HTML - ...

    We’re using GroupDocs.Viewer from Total.NetFramework package 25.5 to convert the attached PDF to HTML for viewing purposes. Unfortunately it seems to take 10 to 15 minutes, to convert page 2 to HTML, which is way to slo…...rendering of the 2nd page to HTML format took more then 20 minutes,...

    forum.groupdocs.com/t/very-slow-conversion-for-...
  5. How to convert html div to pdf - Free Support F...

    Hi How to convert a html div to pdf in Netcore 6?...straightforward way to handle file format conversions, including HTML...

    forum.groupdocs.com/t/how-to-convert-html-div-t...
  6. 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....Save the document in original format overwriting original file redactor...

    docs.groupdocs.com/redaction/java/save-overwrit...
  7. Common conversion options | GroupDocs

    This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....convert options for a target format Add watermark Convert N consecutive...

    docs.groupdocs.com/conversion/net/common-conver...
  8. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot apply...

    docs.groupdocs.com/annotation/net/add-component...
  9. Custom provided fonts not working during MSG fi...

    Thank you. This works for the powerpoint example I shared. However, I am getting a different error when running the program on an MSG file with version 25.2.0. Is there something I need to do differently? Should I open …...Also specify the output file format. agilelaw February 28, 2025...

    forum.groupdocs.com/t/custom-provided-fonts-not...
  10. ICO to PDF conversion failing in Java - Free Su...

    I am using version 25.2.1 of GroupDocs.Conversion. When I attempt to convert a ICO file to PDF, I get the following stack trace: java.lang.RuntimeException: class com.groupdocs.conversion.exceptions.FileTypeNotSupported…...this is the output: **Source format**: Icon File (ico) **Primary...

    forum.groupdocs.com/t/ico-to-pdf-conversion-fai...