Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 6,054 for

file conversion

(0.39 sec)
  1. 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/java/get-supported...
  2. Check if a file is encrypted | GroupDocs

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

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  3. Load password-protected file | GroupDocs

    Learn how to load a password-protected File by using .NET redaction API...Conversion Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...

    docs.groupdocs.com/redaction/net/load-password-...
  4. How to Convert Text File to JPG using C#

    This tutorial describes the process to convert Text File to JPG using C# and provides a sample code to show the implementation of the TXT to JPG converter in C#....Conversion Product Family GroupDocs...Product Family How to Convert Text File to JPG using C# This short article...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Get supported file formats | GroupDocs

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Java applications....Conversion Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/comparison/java/get-supporte...
  6. 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...
  7. After groupdocs.convertion updation in 25.2.1 x...

    it thorugh error like this Unhandled exception thrown while processing 26356a6d-4d91-431e-9537-37e54f06d5d8. Original exception message: Invalid left or right margin, Left margin in inch: 0.7875, Right margin in inch: 0…...xlsx file is not converted to pdf GroupDocs.Conversion Product...0 its converted but after conversion it show only empty page ...

    forum.groupdocs.com/t/after-groupdocs-convertio...
  8. Convert a JPG file passed as FileStream to PDF ...

    Hello, I noticed some very strange behavior when converting a certain jpg File. The problem is always reproducible using the basic pdf Conversion sample, but only happens when the File is passed in as a stream. The fo…...Convert a JPG file passed as FileStream to PDF issue in .NET...NET GroupDocs.Conversion Product Family Clemens_Pestuka January...

    forum.groupdocs.com/t/convert-a-jpg-file-passed...
  9. Specify file type for comparison manually | Gro...

    Specify a document File type manually in GroupDocs.Comparison for .NET via LoadOptions.FileType to skip auto-detection and speed up loading of large Files....Conversion Product Solution GroupDocs...Specify file type for comparison manually Specify file type for...

    docs.groupdocs.com/comparison/net/specify-file-...
  10. 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...