Sort Score
Result 10 results
Languages All
Labels All
Results 5,691 - 5,700 of 12,892 for

new

(0.07 sec)
  1. Agregar o quitar anotaciones | Anotar archivos ...

    Agregue y elimine anotaciones mediante programación de archivos PDF en Java. Agregue anotaciones de flecha, rectángulo, elipse, resaltado, marca de agua y más usando la API de Java....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/es/annotation/annotate-pdf-f...
  2. Aggiungi o rimuovi annotazioni | Annota i file ...

    Aggiungi e rimuovi a livello di codice le annotazioni dai file PDF in Java. Aggiungi annotazioni con frecce, rettangoli, ellissi, evidenziazioni, filigrane e altro ancora utilizzando l'API Java....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/it/annotation/annotate-pdf-f...
  3. 在 C# 中添加或刪除註釋 |註釋 Word DOC DOCX 文件

    在 C# 中以編程方式在 Word DOC/DOCX 文件中添加和刪除註釋。使用 .NET Annotation API 添加箭頭、矩形、橢圓、水印註釋。...using (Annotator annotator = new Annotator("path/document.docx"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/zh-hant/annotation/annotate-...
  4. Dodaj lub usuń adnotacje | Adnotuj pliki PDF w ...

    Programowo dodawaj i usuwaj adnotacje z plików PDF w Javie. Dodaj strzałki, prostokąty, elipsy, wyróżnienia, adnotacje ze znakami wodnymi i więcej, używając Java API....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/pl/annotation/annotate-pdf-f...
  5. 在 Java 中编辑演示文稿 | PPT/PPTX 编辑

    使用 Java 示例解释了编辑 PowerPoint 演示文稿,以使用演示文稿编辑 API 在应用程序中编辑 PPT、PPTX、ODP 文件。...PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...setPassword("P@$$w0Rd"); Editor editor = new Editor(new FileInputStream("path/presentation...

    blog.groupdocs.com/zh/editor/edit-ppt-pptx-pres...
  6. Ajouter ou supprimer des annotations | Annoter ...

    Ajoutez et supprimez par programme des annotations de fichiers PDF en Java. Ajoutez des flèches, des rectangles, des ellipses, des surlignages, des annotations de filigrane et plus encore à l'aide de l'API Java....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/fr/annotation/annotate-pdf-f...
  7. 在 Java 中将 PDF 文件拆分为多个文件 |用于 Java 的拆分 API

    在 Java 中将 PDF 文件拆分为多个文件的不同方法。使用不同的拆分选项分离大型 PDF 文件并提取特定页面。...// 加载 PDF 文件 Merger merger = new Merger("path/document.pdf");...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...

    blog.groupdocs.com/zh/merger/split-pdf-files-in...
  8. Java에서 PDF 파일을 여러 파일로 분할 | 자바용 분할 API

    Java에서 PDF 파일을 여러 파일로 분할하는 다양한 방법. 큰 PDF 파일을 분리하고 다양한 분할 옵션을 사용하여 특정 페이지를 추출합니다....// PDF 파일 로드 Merger merger = new Merger("path/document.pdf");...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...

    blog.groupdocs.com/ko/merger/split-pdf-files-in...
  9. تقسیم فایل PDF به چندین فایل با استفاده از C# |...

    روش های مختلف برای تقسیم فایل های PDF با استفاده از سی شارپ. فایل های PDF بزرگ را از هم جدا کنید و صفحات خاصی را با استفاده از گزینه های تقسیم بندی مختلف استخراج کنید....splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...کنید using (Merger merger = new Merger("path/document.pdf"))...

    blog.groupdocs.com/fa/merger/split-pdf-files-in...
  10. Diviser un fichier PDF en plusieurs fichiers à ...

    Différentes façons de fractionner des fichiers PDF à l'aide de C#. Séparez les fichiers PDF volumineux et extrayez des pages spécifiques à l'aide de différentes options de fractionnement....splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...fractionnement using (Merger merger = new Merger("path/document.pdf"))...

    blog.groupdocs.com/fr/merger/split-pdf-files-in...