Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 1,964 for

errores pdf

(0.27 sec)
  1. Load document from FTP | GroupDocs

    The page describes how to load Pdf, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for .NET....pdf" ))) { AreaAnnotation area =...); annotator . Save ( "result.pdf" ); } private static Stream GetFileFromFtp...

    docs.groupdocs.com/annotation/net/load-document...
  2. Compara Documentos de Word con Python: 7 Ejempl...

    Domina la comparación de documentos de Word en Python con GroupDocs.Comparison. Detecta cambios, resalta diferencias, acepta/rechaza modificaciones y genera informes de comparación profesionales con ejemplos de código completos....trabajo manual y elimina el error humano. Cuando realmente necesitas...Documentos de Word (.docx, .doc), PDFs, archivos de Excel y más tipos...

    blog.groupdocs.com/es/comparison/compare-pdfs-u...
  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. 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...
  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. 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/
  8. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....pdf" )) { User user1 = new User {...); annotator . Save ( "result.pdf" ); } Was this page helpful?...

    docs.groupdocs.com/annotation/net/add-replies-t...
  9. Add strikeout annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-strikeout...
  10. Add watermark annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-watermark...