Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 8,580 for

annotation

(0.1 sec)
  1. C# 를 사용하여 PDF 편집 | Aspose.PDF

    .NET 용 Aspose.PDF 파일을 사용하여 C# 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 수정합니다....Rectangle ; var annot = new Aspose . Pdf . Annotations . RedactionAnnotation...Number ]. Annotations . Add ( annot , true ); annot . Redact ();...

    products.aspose.com/pdf/ko/net/redaction/
  2. スタンプからテキストを抽出|Aspose.PDF for C++

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....-> idx_get ( 1 ) -> get_Annotations () -> idx_get ( 1 ); if (...== Annotations :: AnnotationType :: Stamp ) { auto annot = System...

    docs.aspose.com/pdf/ja/cpp/extract-text-from-st...
  3. Novedades 2023|Aspose.PDF for .NET

    Esta página presenta las características nuevas más populares en Aspose.PDF for .NET introducidas en 2023....GetDataDir_AsposePdf_Pages (); // Create annotation new instance of Merger using...Message { Content = "You are an annotation helpful assistant." , Role...

    docs.aspose.com/pdf/es/net/whatsnew/2023/
  4. Uso de tipos adicionales de anotaciones PDF|Asp...

    Esta sección describe cómo agregar, obtener y eliminar tipos adicionales de anotaciones de su documento PDF.... Crear una nueva Caret Annotation y establecer los parámetros...annotationSelector ); List < Annotation > caretAnnotations = annotationSelector...

    docs.aspose.com/pdf/es/java/extra-annotations/
  5. Créer des liens dans un fichier PDF avec C++|As...

    Cette section explique comment créer des liens dans votre document PDF avec C++....Ajoutez le lien à la propriété Annotations de l’objet Page. Enfin, enregistrez...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/fr/cpp/create-links/
  6. Archivo

    Archivo...anotación a la colección Annotations de la página PDF en particular...[Document.Pages 1 .Annotations.Add(Annotation)] 12 . Guarde el...

    blog.aspose.com/es/pdf/add-or-remove-annotation...
  7. PdfAttachmentsEmbeddingMode Enum | Aspose.Words...

    Control how attachments are embedded in PDFs with PdfAttachmentsEmbeddingMode. Optimize document structure and compatibility for seamless sharing.... Annotations 1 Attachments are embedded as annotations with...document embedded files without annotations. See Also namespace Aspose...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Comment ajouter de l'audio à un PDF en utilisan...

    Cet article décrit comment ajouter de l'audio au PDF à l'aide de Python. Il fournit tous les détails de base pour configurer l'IDE et un exemple de code exécutable pour intégrer l'audio dans le PDF à l'aide de Python....différentes propriétés de l’annotation ajoutée pour le son. Étapes...Ajoutez-le à la collection d’annotations de la page sélectionnée Enregistrez...

    kb.aspose.com/fr/pdf/python/how-to-add-audio-to...
  9. Chercher

    chercher...Suppression ou aplatissement des annotations pour réduire la taille avec...contiennent souvent des annotations, des champs de formulaire...

    blog.aspose.com/fr/pdf/compress-optimize-reduce...
  10. PDF 파일에서 링크 추출|Aspose.PDF for C++

    C#으로 PDF에서 링크를 추출합니다. 이 주제는 AnnotationSelector 클래스를 사용하여 링크를 추출하는 방법을 설명합니다....MakeObject < Aspose :: Pdf :: Annotations :: AnnotationSelector > (...MakeObject < Aspose :: Pdf :: Annotations :: LinkAnnotation > ( page...

    docs.aspose.com/pdf/ko/cpp/extract-links/