Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 5,656 for

file conversion

(0.35 sec)
  1. Convert a HTML file to PDF programmatically usi...

    Can Group docs convert a html (remote website or hosted remotely) along with css + fonts + JS to pdf? Usually, page contains lot of dynamic data loaded by JS. We need to convert pdf of the page once all the dom (and dom…...Convert a HTML file to PDF programmatically using Java GroupDocs...GroupDocs.Conversion Product Family radhakrishna20 November 30, 2018...

    forum.groupdocs.com/t/convert-a-html-file-to-pd...
  2. Load file from stream | GroupDocs

    This article demonstrates how to convert File presented as a stream using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/load-file-fro...
  3. Specify file type for comparison manually | Gro...

    Following this guide you will learn how to specify File type for comparison manually when use GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...Specify file type for comparison manually Specify file type for...

    docs.groupdocs.com/comparison/net/specify-file-...
  4. 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....Conversion Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  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...Family dotnet , document-conversion , csharp nabeel.ali November...

    forum.groupdocs.com/t/font-processing-issue-wit...
  6. 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...
  7. Groupdocs convert file to pdf very slow - Free ...

    Hi, I used Groupdocs Total SDK .NET, I have license with this. I use API in Convert SDK and used code in demo to convert File to pdf, is very slow. It take medium to 7 - 10s with docx have one page, only text. But this …...Groupdocs convert file to pdf very slow GroupDocs.Conversion Product Family...used code in demo to convert file to pdf, is very slow. It take...

    forum.groupdocs.com/t/groupdocs-convert-file-to...
  8. 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...
  9. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically....Conversion Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...
  10. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM File formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....the support of EMF and DICOM file formats. Along with this, the...Support of EMF file format Support of DICOM file format Document...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...