Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 4,812 for

as

(0.2 sec)
  1. Wingsdings Font - issue while converting word t...

    Screenshot 2024-11-29 at 7.52.28 AM.jpg (148.1 KB) The symbol highlighted in screenshot if we are trying to convert to pdf it is getting converted As ‘-’ Screenshot 2024-11-29 at 7.52.28 AM.jpg (148 KB)...Screenshot 2024-11-29 at 7.52.28 AM.jpg (148.1 KB) The symbol highlighted in screenshot if we are trying to convert to pdf it is getting converted as ‘-’ Screenshot 2024-11-29 at 7.52.28 AM.jpg (148 KB)

    forum.groupdocs.com/t/wingsdings-font-issue-whi...
  2. Log Files on GroupDocs Blog | Document Automati...

    Log Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Log Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Group......Log Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Log Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Group...

    blog.groupdocs.com/pt/tag/log-files/index.xml
  3. GroupDocs.Search Releases on GroupDocs Blog | D...

    GroupDocs.Search ReleAses on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Search ReleAses on GroupDocs Blog | Document Automation Solutions ......GroupDocs.Search Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Search Releases on GroupDocs Blog | Document Automation Solutions ...

    blog.groupdocs.com/pt/categories/groupdocs.sear...
  4. Email URI Wrapping on GroupDocs Blog | Document...

    Email URI Wrapping on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Email URI Wrapping on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Email URI Wrapping on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Email URI Wrapping on GroupDocs Blog | Document Automation Solutions for .NET & Jav...

    blog.groupdocs.com/pt/tag/email-uri-wrapping/in...
  5. Convert to grayscale | GroupDocs

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer .NET API (C#)....This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer .NET API (C#).

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Optimizing shards | GroupDocs

    This page contains information about optimizing shards in the search network....This page contains information about optimizing shards in the search network.

    docs.groupdocs.com/search/net/optimizing-shards/
  7. NoClassDefFoundError javax/xml/bind/DatatypeCon...

    This article is about NoClAssDefFoundError: javax/xml/bind/DatatypeConverter...This article is about NoClassDefFoundError: javax/xml/bind/DatatypeConverter

    docs.groupdocs.com/viewer/java/noclassdeffounde...
  8. Subset fonts | GroupDocs

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#)....This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#).

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Reduce image quality | GroupDocs

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#)....This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#).

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Select specific pages for rasterized PDF | Grou...

    Select specific pages for rAsterized PDF Saving document As a rAsterized PDF, you can specify starting page index (zero bAsed) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.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....Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.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.

    docs.groupdocs.com/redaction/java/select-specif...