Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 4,783 for

groupdocs.signature,

(0.07 sec)
  1. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone....This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone.

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. 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...
  3. Reduce image quality | Documentation

    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-...
  4. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Node.js via Java....Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Node.js via Java.

    docs.groupdocs.com/merger/nodejs-java/extract-p...
  5. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for .NET in your .NET / C# applications....Rendering documents with GroupDocs.Viewer for .NET in your .NET / C# applications.

    docs.groupdocs.com/viewer/net/rendering-documents/
  6. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java.

    docs.groupdocs.com/conversion/java/convert/font/
  7. Load document from url | Documentation

    Learn how to Load document from url....Learn how to Load document from url.

    docs.groupdocs.com/parser/net/load-document-fro...
  8. 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...
  9. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java.

    docs.groupdocs.com/comparison/java/show-revisions/
  10. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...This article demonstrates that how to save the redacted document, replacing an original file

    docs.groupdocs.com/redaction/net/save-overwriti...