Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 3,159 for

file format conversion

(0.96 sec)
  1. Loading specific file formats | GroupDocs

    Learn how to load specific File Formats manually using LoadOptions in GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email Files in C#....Conversion Product Solution GroupDocs...specific file formats Loading specific file formats Leave feedback...

    docs.groupdocs.com/parser/net/loading-specific-...
  2. Load specific file formats | GroupDocs

    Learn how to load specific File Formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...Load specific file formats Load specific file formats Leave feedback...

    docs.groupdocs.com/parser/python-net/load-speci...
  3. Unable to open potm file after redaction - Free...

    Hi Team, The .potm Files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the File sample in private. @Test void supp() throws Exceptio…...Unable to open potm file after redaction GroupDocs.Redaction...6:28am 1 Hi Team, The .potm files are not opening in MS office...

    forum.groupdocs.com/t/unable-to-open-potm-file-...
  4. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi Files using C# programming language....Conversion Product Solution GroupDocs...How to edit Mobi file How to edit Mobi file Leave feedback On...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  5. Split text file | GroupDocs

    Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for Node.js via Java API....Conversion Product Solution GroupDocs...operations / Split text file Split text file Leave feedback allows...

    docs.groupdocs.com/merger/nodejs-java/split-tex...
  6. 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…...Issue with GroupDocs - Turns the file's text into garbage text GroupDocs...Total Product Family document-conversion , csharp , dotnet nabeel...

    forum.groupdocs.com/t/font-processing-issue-wit...
  7. Page break not working correctly in word to PDF...

    When I try converting the MS Word document to PDF, the output doesn’t match the original Formatting. In the Word document, tables are properly placed on each page, but in the PDF, they appear continuously without page br…...in word to PDF conversion GroupDocs.Conversion Product Family...Family document-conversion , java sarfraz.ahmad April 22, 2025, 11:45am...

    forum.groupdocs.com/t/page-break-not-working-co...
  8. Get the format family and the additional inform...

    This article explains how to get the Format family and the additional inFormation using .NET / C# with GroupDocs.Viewer for .NET....Conversion Product Solution GroupDocs...document information / Get the format family and the additional information...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  9. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original Format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").Format(new Date())); // Saving in original Format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Conversion Product Solution GroupDocs...Save in original format Save in original format Leave feedback...

    docs.groupdocs.com/redaction/java/save-in-origi...
  10. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document Format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document Format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document Format for Markup document. Instantiate the LoadOptions object and pass the document Format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Conversion Product Solution GroupDocs...specific file formats Loading specific file formats Leave feedback...

    docs.groupdocs.com/parser/java/loading-specific...