Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 9,890 for

groupdocs.signature,

(0.12 sec)
  1. Load documents | Documentation

    Document loading use cases with GroupDocs.Viewer within your Java applications....Document loading use cases with GroupDocs.Viewer within your Java applications.

    docs.groupdocs.com/viewer/java/loading/
  2. Rotate pages | Documentation

    This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your Java applications....This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your Java applications.

    docs.groupdocs.com/viewer/java/flip-or-rotate-p...
  3. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java...Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  4. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size....This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size.

    docs.groupdocs.com/viewer/java/optimization-pdf...
  5. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/load-password...
  6. Load password-protected document | Documentation

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Java API....Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/java/load-passwor...
  7. Set custom fonts | Documentation

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications.

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  8. Limitations when rendering CAD drawings | Docum...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings.

    docs.groupdocs.com/viewer/net/limitations-when-...
  9. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file.

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.

    docs.groupdocs.com/search/java/indexing/