Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 2,094 for

errores pdf

(1.38 sec)
  1. Saving documents | GroupDocs

    This section explains how to save document with different formats and source with GroupDocs.Signature API....types How to protect a signed PDF document Saving signed documents...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/net/saving/
  2. Extract data from various formats | GroupDocs

    The articles below explain that how to extract data from various file formats...presentations Extract data from PDF documents Extract data from Emails...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Node.js via Java....document should be converted to PDF first. If this property is set...input firstly is converted to PDF and after that to desired format...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API.... Please be aware only Pdf and Word processing documents...new Signature ( "sampleSigned.pdf" ); IDocumentInfo documentInfo...

    docs.groupdocs.com/signature/java/obtain-docume...
  5. Supported Image Types | GroupDocs

    This section describes GroupDocs.Merger for Java supported image types. The Library supports JPEG, GIF, TIFF and many more....merging Cross-format merge to PDF JPG Image File JPEG Image File...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/merger/java/supported-image-...
  6. eSign document with Barcode signature | GroupDocs

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...example shows how to sign a PDF document with a Barcode signature...signature = new Signature ( "sample.pdf" )) { BarcodeSignOptions options...

    docs.groupdocs.com/signature/net/esign-document...
  7. Save Document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....POT Plain Text Documents TXT PDF PDF N/A Code Example The source...output document can be TXT or PDF. Similar transitions are allowed...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  8. Developer Guide | GroupDocs

    This section decsribes how to add digital signature to Pdf, docx, pptx, xlsx and many more with GroupDocs.Signature for .NET library...to add digital signature to pdf, docx, pptx, xlsx and many more...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/net/developer-guide/
  9. Documents | GroupDocs

    Learn about managing metadata for Documents formats....Diagrams Working with metadata in PDF documents Working with metadata...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/metadata/net/documents/
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to Pdf, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) SaveOptions so = new SaveOptions(); so....document will be rasterized to PDF, but the scan-like effects will...pages into images, and save PDF with scan-like pages) SaveOptions...

    docs.groupdocs.com/redaction/java/use-advanced-...