Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 1,725 for

errores pdf

(0.07 sec)
  1. Add text redaction annotation | Documentation

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

    docs.groupdocs.com/annotation/net/add-text-reda...
  2. Add arrow annotation | Documentation

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

    docs.groupdocs.com/annotation/net/add-arrow-ann...
  3. Add checkbox component | Documentation

    The page describes how to add checkbox component to a document using GroupDocs.Annotation for Java.... INPUT_PDF )) { CheckBoxComponent checkbox...( "result_checkbox_component.pdf" ); } Was this page helpful?...

    docs.groupdocs.com/annotation/java/add-checkbox...
  4. Remove annotation replies | Documentation

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....pdf" )) { // Obtain annotations collection...); annotator . Save ( "result.pdf" ); } Remove annotation replies...

    docs.groupdocs.com/annotation/net/remove-annota...
  5. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, Pdf, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Java....pdf" )) { comparer . add ( "target.pdf" ); final Path...comparer . compare ( "result.pdf" ); } The output file is as follows:...

    docs.groupdocs.com/comparison/java/compare-docu...
  6. Add strikeout annotation | Documentation

    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...
  7. Add watermark annotation | Documentation

    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...
  8. Add replies to annotation | Documentation

    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 highlight annotation | Documentation

    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...
  10. Classify document by path | Documentation

    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-...