Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 1,916 for

errores pdf

(0.12 sec)
  1. 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...
  2. 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...
  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. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Add text redaction annotation | GroupDocs

    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...
  10. Add checkbox component | GroupDocs

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