Hi Team,
We are currently using GroupDocs.Conversion for Java to support a functionality where Files in non-PDF Formats
(.doc, .docx, .xls, .xlsx) are converted to PDF, and later all PDFs are merged into a single docum…...to PDF conversion on Linux (Java 8) GroupDocs.Conversion Product...Product Family document-conversion , java suchithrapv January 2, 2026...
The best way to convert EML Files into Outlook PST is to use an automated tool, rather than converting manually. The manual methods, such as drag and drop in Outlook, will take a lot of time and have complicated steps an…...easiest way to convert EML files to PST format? GroupDocs.Total Product...Product Family document-conversion pearldavis March 28, 2026, 9:27am...
Question regarding GroupDocs.Conversion for .NET
An error occurred when attempting to convert an Excel File larger than 2GB to PDF. How can I resolve this issue?
The version is GroupDocs.Conversion for .NET Framework 2…...with Large Data File Error GroupDocs.Conversion Product Family...Question regarding GroupDocs.Conversion for .NET An error occurred...
Learn how to load specific FileFormats manually using LoadOptions in GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...Load specific fileformats Load specific fileformats Leave feedback...
Save assembled documents in the same Format as the template (e.g., DOCX to DOCX, XLSX to XLSX)....Conversion Product Solution GroupDocs...Output in Same Format Generate Output in Same Format as Template...
Programmatically enumerate the list of FileFormats supported by GroupDocs.Comparison for Python via .NET via FileType.get_supported_File_types()....Conversion Product Solution GroupDocs...supported formats (API) Get Supported FileFormats Programmatically...
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...
Export the comparison result to a different Format (e.g., DOCX → PDF) using GroupDocs.Comparison for Python via .NET....Conversion Product Solution GroupDocs...different format Save Comparison Result in a Different Format Leave...
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...