Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 3,341 for

as

(0.03 sec)
  1. Installation | Documentation

    Operating Systems GroupDocs.Comparison for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime GroupDocs.Comparison for Java supports Java run-time version 8 and above (Kotlin is supported As well). Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can eAsily use GroupDocs.Comparison for Java API directly in your Maven projects with simple configurations....Operating Systems GroupDocs.Comparison for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime GroupDocs.Comparison for Java supports Java run-time version 8 and above (Kotlin is supported as well). Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Comparison for Java API directly in your Maven projects with simple configurations.

    docs.groupdocs.com/comparison/java/installation/
  2. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications.

    docs.groupdocs.com/viewer/net/add-text-watermark/
  3. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications....This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications.

    docs.groupdocs.com/viewer/net/replace-missing-f...
  4. GroupDocs.Viewer for Java - Document Viewer Jav...

    GroupDocs pleAsed to announce another releAse of Java Document Viewer App (Modern UI) v3.2.0 using GroupDocs.Viewer for Java version 17.5.0. This releAse v3.2.0 comes up with new features and improvements for Search, Print and File Manager to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....GroupDocs pleased to announce another release of Java Document Viewer App (Modern UI) v3.2.0 using GroupDocs.Viewer for Java version 17.5.0. This release v3.2.0 comes up with new features and improvements for Search, Print and File Manager to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version.

    blog.groupdocs.com/viewer/groupdocs.viewer-java...
  5. Text is cropped when using GroupDocs.Viewer to ...

    I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…...I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…

    forum.groupdocs.com/t/text-is-cropped-when-usin...
  6. 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...
  7. Optimizing shards | Documentation

    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/
  8. Subset fonts | Documentation

    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. Convert to grayscale | Documentation

    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-...
  10. Select specific pages for rasterized PDF | Docu...

    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...