Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 5,783 for

file signature

(0.06 sec)
  1. How to Convert PDF to Word in Java

    Take look at how to convert PDF to Word in Java for document conversion and use the sample code to convert PDF to DOCX using Java in your projects straight away....Signature Product Family GroupDocs.Metadata...class and load the source PDF file Create an instance of the WordProcessingConver...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Save to stream | GroupDocs

    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....Signature Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/java/save-to-stream/
  3. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Signature Product Solution GroupDocs...document information from the local file. Old API DocumentInfo documentInfo...

    docs.groupdocs.com/watermark/net/migration-notes/
  4. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Signature Product Solution GroupDocs...config or web.config project files. The following example shows...

    docs.groupdocs.com/viewer/net/limitations-when-...
  5. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Signature Product Solution GroupDocs...docx" )) { // Create an HTML file. HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  6. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Signature Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, call...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  7. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....Signature Product Solution GroupDocs...( "input.pdf" )) { //Result file will be contain only 3 pages...

    docs.groupdocs.com/annotation/net/save-specific...
  8. Add password to PDF with permissions | GroupDocs

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/add-password-to-p...
  9. Set timeout for loading external resources | Gr...

    This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your Java applications....Signature Product Solution GroupDocs...setResourceLoadingTi ( 500 ); // Render a file. try ( Viewer viewer = new Viewer...

    docs.groupdocs.com/viewer/java/set-timeout-for-...
  10. Load document from stream | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...

    docs.groupdocs.com/annotation/java/load-documen...