Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 1,798 for

errores pdf

(0.03 sec)
  1. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...redactor = new Redactor ( @"C:\test.pdf" )) { redactor . Apply ( new...

    docs.groupdocs.com/redaction/net/annotation-red...
  2. Adding a Watermark to Converted Documents | Doc...

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Java API....document during conversion to PDF: AddWatermarkToConver.java import...// Set conversion options for PDF PdfConvertOptions options = new...

    docs.groupdocs.com/conversion/java/add-watermark/
  3. Search for QR Code standard entries | Documenta...

    This article explains how to provide advanced search for standard QR Code embedded objects like WiFi, Event, Contact, SMS, EMail, EPC or SEPA payment, VCard or MeCard entries, etc with GroupDocs.Signature API....QR-code Address object in the PDF document. using ( Signature signature...signature = new Signature ( "sample.pdf" )) { var signatures = signature...

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Convert contents of RAR or ZIP to different for...

    Learn how to convert contents of RAR/ZIP archives to a different format based on content type using GroupDocs.Conversion for .NET....file of a RAR archive into a PDF format and then compress them...constituent file of a ZIP archive to a PDF format and then compress them...

    docs.groupdocs.com/conversion/net/convert-conte...
  5. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....redacted output will save as PDF redactor . save (); }; } finally...redacted output will save as PDF redactor . save (); }; } finally...

    docs.groupdocs.com/redaction/java/image-redacti...
  6. Advanced search for Metadata signatures | Docum...

     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...
  7. Use advanced rasterization options | Documentation

    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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save Pdf with scan-like pages) var 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) var so...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  8. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page.... getHeight ()); } Sign Pdf document with Text signature...how to add Text signature to Pdf document with sticker look. See...

    docs.groupdocs.com/signature/java/sign-document...
  9. GroupDocs.Total for Java | Documentation

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....spreadsheets, presentations, PDF files, emails, images, and 3D...(OCR) on scanned images and PDF files to extract text and search...

    docs.groupdocs.com/total/java/
  10. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....to the file as a rasterized PDF, e.g. uisng ImageAreaRedaction:...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/pre-rasterize/