Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 4,707 for

as

(0.19 sec)
  1. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document As a rAsterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhrAseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRAsterizeToPDF(true); // Saving As rAsterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Webp file format Introduced - GroupDocs.Convers...

    GroupDocs team is glad to announce another monthly releAse of GroupDocs.Conversion for .NET v16.12.0. In this releAse new file format “Webp” is added in supporting formats list. Monthly releAse of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new releAse and use the new exciting features....GroupDocs team is glad to announce another monthly release of GroupDocs.Conversion for .NET v16.12.0. In this release new file format “Webp” is added in supporting formats list. Monthly release of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new release and use the new exciting features.

    blog.groupdocs.com/conversion/groupdocs.convers...
  3. Issue with Compare – Unreadable Text in Compare...

    When I compared a DOCX version of a contract with PDF version using the Compare, the compared contract file wAs downloaded successfully. However, after opening the downloaded file, the text wAs not readable and appeared …...When I compared a DOCX version of a contract with PDF version using the Compare, the compared contract file was downloaded successfully. However, after opening the downloaded file, the text was not readable and appeared …

    forum.groupdocs.com/t/issue-with-compare-unread...
  4. Saving EditableDocument to stream | GroupDocs

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links.

    docs.groupdocs.com/editor/java/saving-editabled...
  5. Error converting eml and msg files to pdf - Fre...

    Hi Support Team, I am using GroupDocs.Conversion .NET to convert files to PDF. In most cAses this works fine. But when trying to convert eml and msg files i get the following error message: “Resource loading timeout 20…...Hi Support Team, I am using GroupDocs.Conversion .NET to convert files to PDF. In most cases this works fine. But when trying to convert eml and msg files i get the following error message: “Resource loading timeout 20…

    forum.groupdocs.com/t/error-converting-eml-and-...
  6. GroupDocs.Conversion distorts resulting image o...

    We have an issue with GroupDocs.Conversion on Ubuntu (we use Ubuntu 22.04.5 LTS). We use GroupDocs.Conversion for .NET 25.2.1. The input file is a .potx file. The desired output format is PNG. I can provide the file up…...We have an issue with GroupDocs.Conversion on Ubuntu (we use Ubuntu 22.04.5 LTS). We use GroupDocs.Conversion for .NET 25.2.1. The input file is a .potx file. The desired output format is PNG. I can provide the file up…

    forum.groupdocs.com/t/groupdocs-conversion-dist...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers

    blog.groupdocs.com/groupdocs.blog/page/62/
  8. Licensing and evaluation | GroupDocs

    GroupDocs.Redaction for Python via .NET offers flexible licensing options, including a Free Trial and a 30-day Temporary License for evaluation purposes....GroupDocs.Redaction for Python via .NET offers flexible licensing options, including a Free Trial and a 30-day Temporary License for evaluation purposes.

    docs.groupdocs.com/redaction/python-net/licensi...
  9. Licensing | GroupDocs

    GroupDocs.Signature for Python via .NET free signature API version is available to evaluate the API which will be similar to licensed version but with few limitations....GroupDocs.Signature for Python via .NET free signature API version is available to evaluate the API which will be similar to licensed version but with few limitations.

    docs.groupdocs.com/signature/python-net/licensing/
  10. Word Search and Replace Text in Word Documents ...

    Perform word search, replace or hide text in Word DOC/DOCX files using Java. Redact and perform text, cAse-sensitive & RegEx search with Java Redaction API....Perform word search, replace or hide text in Word DOC/DOCX files using Java. Redact and perform text, case-sensitive & RegEx search with Java Redaction API.

    blog.groupdocs.com/redaction/find-and-replace-t...