Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 5,913 for

file conversion

(0.53 sec)
  1. Load password-protected file | GroupDocs

    Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Conversion Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/java/load-password...
  2. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original File...Conversion Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/net/save-overwriti...
  3. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  4. Converting an outlook email .msg file with atta...

    Hello, Using GroupDocs.Conversion.NETFramework v25.11.0, when you convert an email from outlook, format .msg, into a PDF, and the email contains attachments of PDF format, the annotations/stamps are lost at Conversion. …...msg file with attachments containing...annotations/stamps GroupDocs.Conversion Product Family dotnet CyrusDaVirus...

    forum.groupdocs.com/t/converting-an-outlook-ema...
  5. 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...
  6. 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...
  7. Get supported file formats | GroupDocs

    This article explains how to get the list of all supported File formats....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/watermark/net/get-supported-...
  8. GroupDocs.Conversion NoConvertOptions causes cr...

    This test case was working fine in the previous GroupDocs.Total.NETFramework 25.4.0, but is now broken in 25.5.0: Create a text File named “ignore.log” In convertOptions, detect “.log” extension and return NoConvertOp…...Conversion NoConvertOptions causes crash in GroupDocs...Total.NETFramework 25.5.0 if the file type is a known format GroupDocs...

    forum.groupdocs.com/t/groupdocs-conversion-noco...
  9. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API to reduce size....Conversion Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file resources Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. Check if a file is encrypted | GroupDocs

    This article explains how to check if a File is encrypted using .NET / C# with GroupDocs.Viewer for .NET....Conversion Product Solution GroupDocs.../ Check if a file is encrypted Check if a file is encrypted Leave...

    docs.groupdocs.com/viewer/net/how-to-check-if-f...