Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 33,323 for

annotator

(1.49 sec)
  1. GroupDocs.Comparison for .NET

    Finden Sie Antworten zum Vergleichen ähnlicher Dokumente auf der Verwendung von C# .NET-Plattformen....Annotation Product Family GroupDocs...

    kb.groupdocs.com/de/comparison/net/
  2. GroupDocs.Comparison for .NET

    C# .NET platformlarını kullanmayla ilgili benzer belgeleri karşılaştırma hakkında yanıtlar bulun....Annotation Product Family GroupDocs...

    kb.groupdocs.com/tr/comparison/net/
  3. GroupDocs.Comparison for .NET

    Najděte odpovědi na porovnání podobných dokumentů při používání platforem C# .NET....Annotation Product Family GroupDocs...

    kb.groupdocs.com/cs/comparison/net/
  4. GroupDocs.Total Product Family

    Pronađite odgovore za pregled, prikaz, komentiranje, pretvaranje, e-potpisivanje, usporedbu i sastavljanje dokumenata u jezicima .NET i Java....Annotation Product Family GroupDocs...

    kb.groupdocs.com/hr/total/
  5. GroupDocs.Total Product Family

    Encuentre respuestas para ver, renderizar, anotar, convertir, firmar electrónicamente, comparar y ensamblar documentos en lenguajes .NET y Java....Annotation Product Family GroupDocs...

    kb.groupdocs.com/es/total/
  6. CLR integration

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Annotation для .NET в приложения Python...

    blog.groupdocs.com/ru/tag/clr-integration/
  7. pythonnet integration

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Annotation pro .NET s Python aplikacemi...

    blog.groupdocs.com/cs/tag/pythonnet-integration/
  8. pythonnet integration

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Annotation עבור .NET עם יישומי Python...

    blog.groupdocs.com/he/tag/pythonnet-integration/
  9. GroupDocs.Total for Java 25.12 – 최신 업데이트 및 수정 사...

    GroupDocs.Total for Java 25.12의 새로운 기능을 살펴보세요. 현재 NuGet 및 GroupDocs 웹사이트에서 이용 가능합니다....Annotation 25.6 https://releases.groupdocs...groupdocs.com/annotation/java/release-notes/2025/groupdocs-ann...

    blog.groupdocs.com/ko/total/groupdocs-total-for...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Annotation Product Solution GroupDocs...null ) { for ( PdfAnnotation annotation : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...