Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 2,176 for

errores pdf

(0.7 sec)
  1. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark for Java....pdf" Watermarker watermarker = new...new Watermarker ( "document.pdf" ); // Initialize text watermark...

    docs.groupdocs.com/watermark/java/adding-waterm...
  2. Modifying found watermark properties | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....pdf" ) as watermarker : criteria...watermarker . save ( "document.pdf" ) Replacing text with formatting...

    docs.groupdocs.com/watermark/python-net/modifyi...
  3. Load document from Azure Blob Storage | GroupDocs

    The page describes how to load Pdf, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....pdf" ; using ( Annotator annotator...); annotator . Save ( "result.pdf" ); } public static Stream DownloadFile...

    docs.groupdocs.com/annotation/net/load-document...
  4. Add ellipse annotation | GroupDocs

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET....pdf" )) { EllipseAnnotation ellipse...); annotator . Save ( "result.pdf" ); } Was this page helpful?...

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  5. 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....pdf" ); try { RasterizationOptions...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/redaction/java/save-to-stream/
  6. Load document from FTP | GroupDocs

    The page describes how to load Pdf, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for Java....pdf" ; String server = "localhost"...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/annotation/java/load-documen...
  7. שפר את ביצועי השוואת המסמכים: התמודד עם מיליוני...

    למדו כיצד למטב את ביצועי השוואת המסמכים לעומסי עבודה גדולים. מדריך זה מציג עיבוד אצווה, השוואה מקבילית, וטכניקות לשיפור ביצועים באמצעות GroupDocs.Comparison API ל‑Node.js כדי להרחיב את השוואת המסמכים למיליוני קבצים....Comparison תומכת ב‑Word (DOCX, DOC), PDF, Excel, PowerPoint, תמונות, אימיילים...startTime , outputPath }; } catch ( error ) { return { success : false...

    blog.groupdocs.com/he/comparison/optimize-docum...
  8. Optimieren Sie die Leistung des Dokumentenvergl...

    Erfahren Sie, wie Sie die Leistung des Dokumentenvergleichs für Workloads mit hohem Volumen optimieren können. Dieser Leitfaden demonstriert Batch-Verarbeitung, parallelen Vergleich und Techniken zur Leistungsoptimierung mit der GroupDocs.Comparison API für Node.js, um den Dokumentenvergleich auf Millionen von Dateien zu skalieren....unterstützt Word (DOCX, DOC), PDF, Excel, PowerPoint, Bilder, E‑Mails...startTime , outputPath }; } catch ( error ) { return { success : false...

    blog.groupdocs.com/de/comparison/optimize-docum...
  9. Load document from URL | GroupDocs

    The page describes how to load Pdf, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for Java....pdf?raw=true" ; // Create an instance...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/annotation/java/load-documen...
  10. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for .NET...pdf" }; // sign document string signedPath...handler . Sign < string >( "test.pdf" , signOptions , saveOptions...

    docs.groupdocs.com/signature/net/migration-notes/