Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 2,032 for

errores pdf

(0.43 sec)
  1. 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...
  2. Add highlight annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-highlight...
  3. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.Pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.Pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....pdf” file in the current (".") directory...classifier . Classify ( "document.pdf" , "." , 3 , Taxonomy . Iab2...

    docs.groupdocs.com/classification/net/classify-...
  4. Clear watermarks | GroupDocs

    This article shows how to clear existing text or image watermarks....pdf' ); // Create a TextSearchCriteria...watermarker . save ( 'result.pdf' ); // Close watermarker watermarker...

    docs.groupdocs.com/watermark/nodejs-java/clear/
  5. Add button component | GroupDocs

    The page describes how to add button component to a document using GroupDocs.Annotation for Java.... INPUT_PDF )) { ButtonComponent buttonComponent...save ( "result_button_component.pdf" ); } Was this page helpful?...

    docs.groupdocs.com/annotation/java/add-button-c...
  6. Check if a file is encrypted | GroupDocs

    This article explains how to check if a file is encrypted using .NET / C# with GroupDocs.Viewer for .NET....pdf" )) { // Get file information...Viewer = New Viewer ( "protected.pdf" ) ' Get file information. Dim...

    docs.groupdocs.com/viewer/net/how-to-check-if-f...
  7. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API....pdf" , options ); } Control behavior...converter . Convert ( "converted.pdf" , options ); } Specify encoding...

    docs.groupdocs.com/conversion/net/load-txt-docu...
  8. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for Java since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....pdf" ); IOUtils . copy ( result ...annotator = new Annotator ( "input.pdf" ); // Add annotations annotator...

    docs.groupdocs.com/annotation/java/migration-no...
  9. Load document from URL | GroupDocs

    This article explains how to load Pdf, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java....pdf" ; try { InputStream stream =...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/conversion/java/load-documen...
  10. Compare annotations | GroupDocs

    The page describes how to compare annotations....pdf" )) { List < AnnotationBase >...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/annotation/java/comparing-an...