Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 2,048 for

errores pdf

(0.15 sec)
  1. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....pdf' ); const watermark = new groupdocsWatermark...watermarker . save ( "result.pdf" ); watermarker . close (); If...

    docs.groupdocs.com/watermark/nodejs-java/adding...
  2. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....pdf" ) as watermarker : possible...gw . Watermarker ( "document.pdf" ) as watermarker : text_criteria...

    docs.groupdocs.com/watermark/python-net/searchi...
  3. Use OCR Connector | GroupDocs

    This article explains how to integrate OCR solution to GroupDocs.Parser...extract a text from images and PDFs / Use OCR Connector Use OCR...recognition from images and scanned PDFs in English. This built-in OCR...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  4. これは技術ブログ投稿のseoTitleフィールドです。 Legal Document Comp...

    GroupDocs.Comparison API for Node.js を使用して、法的文書の比較および契約レビューを自動化する方法を学びます。契約バージョンを比較し、変更を追跡し、法務ワークフローをプログラムで効率化します。...comparison is time-consuming, error-prone, and doesn’t scale for...review processes, reduce human error, and enable integration into...

    blog.groupdocs.com/ja/comparison/legal-document...
  5. Legal Document Comparison API: Automatiseer con...

    Learn how to automate legal document comparison and contract review using GroupDocs.Comparison API for Node.js. Compare contract versions, track changes, and streamline legal workflows programmatically. **Dutch translation:** Leer hoe u de vergelijking van juridische documenten en de beoordeling van contracten kunt automatiseren met de GroupDocs.Comparison API voor Node.js. Vergelijk contractversies, houd wijzigingen bij en stroomlijn juridische workflows op programmeerbare wijze....Word‑documenten (DOCX, DOC), PDF‑bestanden en andere formaten...compareContractVersi (). catch ( console . error ); Demonstratie van de basi...

    blog.groupdocs.com/nl/comparison/legal-document...
  6. Update annotations | GroupDocs

    This page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for Java....pdf" )) { AreaAnnotation original...); annotator . Save ( "result.pdf" ); } // open annotated document...

    docs.groupdocs.com/annotation/java/update-annot...
  7. Skip loading of external resources | GroupDocs

    Learn this article and check how to restrict loading of external resources during conversion...pdf" , options ); } Word processing...converter . Convert ( "converted.pdf" , options ); } Presentation...

    docs.groupdocs.com/conversion/net/skip-loading-...
  8. Sign Documents with PKCS#11 in .NET | GroupDocs

    Learn how to sign Pdf and other documents in .NET using PKCS#11 hardware tokens, USB dongles, or smart cards with GroupDocs.Signature. A free electronic signature API version is available for evaluation with limited features....pdf" ; string outputPath = "signed.pdf" ; // (1) Sign...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/net/signing-pdf-wi...
  9. 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....pdf" )) { PossibleWatermarkCol watermarks...@"C:\document_without_watermarks.pdf" ); } New API using ( Watermarker...

    docs.groupdocs.com/watermark/net/migration-notes/
  10. Running Examples | GroupDocs

    Learn how to run code examples in GroupDocs.Conversion for Python via .NET....quick-start-guide ├── **convert_docx_to_pdf.py** ├── **convert_files_in_archive...**convert_pdf_pages_to_png.py** ├── annual-review.pdf ├── business-plan...

    docs.groupdocs.com/conversion/python-net/gettin...