Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 2,148 for

errores pdf

(0.12 sec)
  1. Advanced search for Metadata signatures | Group...

     This article explains how to search various data values types within electronic signatures in the document metadata by GroupDocs.Signature API....pdf" )) { // search for signatures...Metadata ); // try to get each Pdf signature with proper data type...

    docs.groupdocs.com/signature/net/advanced-searc...
  2. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API...., for PDF conversion). Call the method...Converter ( "professional-services.pdf" , ()-> settingsFactory )) {...

    docs.groupdocs.com/conversion/java/how-to-use-c...
  3. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your Pdf, presentation and spreadsheet documents....easily to remove pages from PDF documents, slides from presentations...time the supported formats are: PDF, presentations (Microsoft PowerPoint...

    docs.groupdocs.com/redaction/java/remove-page-r...
  4. Sign document with Digital signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....digital signature looks on a PDF document page by default. Why...example below shows how to sign a PDF document with a digital e-signature...

    docs.groupdocs.com/signature/net/sign-document-...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...converting from Words to PDF and XPS. Grayscale PDF conversion is introduced...of table of contents Fatal error in ParagraphDiffIndex Issues...

    blog.groupdocs.com/groupdocs.blog/page/60/
  6. eSign document with Image signature | GroupDocs

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....This example shows how to sign PDF with Image signature. Signature...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/esign-documen...
  7. Merge documents to DOC | GroupDocs

    This section describes how to import OLE objects into Word DOC/DOCX documents using Java...files (even different types of PDF files such as , , and ) can be...merger . join ( "c:\document2.pdf" ); merger . join ( "c:\document3...

    docs.groupdocs.com/merger/java/merge-documents-...
  8. Merge documents to DOC | GroupDocs

    This section describes how to import OLE objects into Word DOC/DOCX documents using C#/.NET...files (even different types of PDF files such as , , and ) can be...merger . Join ( @"c:\document2.pdf" ); merger . Join ( @"c:\document3...

    docs.groupdocs.com/merger/net/merge-documents-t...
  9. Advanced search for Text signatures | GroupDocs

    This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API.... pdf )) { // setup search options...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/advanced-searc...
  10. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document Watermarker watermarker...new Watermarker ( "document.pdf" ); TextWatermark watermark =...

    docs.groupdocs.com/watermark/java/basic-usage/