Sort Score
Result 10 results
Languages All
Labels All
Results 6,951 - 6,960 of 13,160 for

new

(0.09 sec)
  1. Mettre en surbrillance un PDF avec des annotati...

    Mettez en surbrillance du texte dans un PDF avec des annotations de surbrillance à l'aide de C#. L'API .NET d'annotation de documents et d'images permet d'annoter des fichiers PDF en mettant en surbrillance n'importe quelle zone....using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/fr/annotation/highlight-pdf-...
  2. Cree hipervínculos en PDF usando anotaciones de...

    Anote archivos PDF mediante la creación de hipervínculos mediante anotaciones de vínculos en Java. Anotación de documentos e imágenes La API de Java permite realizar anotaciones mediante la vinculación de datos externos....en Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/es/annotation/create-hyperli...
  3. Texto tachado en documentos en Java | C̶r̶o̶s̶s...

    Tachemos el texto dentro de los documentos usando Java. Automatice el tachado de texto no válido mediante la anotación tachada con la API de Java....Java */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/es/annotation/strikethrough-...
  4. 使用 C# 突出顯示帶有註釋的 PDF |使用突出顯示註釋 PDF

    使用 C# 突出顯示帶有突出顯示註釋的 PDF 中的文本。文檔和圖像註釋 .NET API 允許通過突出顯示任何區域來註釋 PDF 文件。...using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/zh-hant/annotation/highlight...
  5. 使用 C# 的文档中的删除线文本 | C̶r̶o̶s̶s̶o̶u̶t̶ Word 中的文本,PDF

    使用删除线注释在使用 C# 的文档中划掉无效文本。使用 .NET API 自动化文档和图像注释。...using (Annotator annotator = new Annotator("path/document.pdf"))...StrikeoutAnnotation strikeout = new StrikeoutAnnotation { FontColor...

    blog.groupdocs.com/zh/annotation/strikethrough-...
  6. Renderuj JSON jako PDF, JPG, PNG i HTML przy uż...

    Przeglądaj pliki JSON jako PDF przy użyciu języka C#. Dodatkowo renderuj pliki JSON do formatu JPG, PNG i HTML w aplikacji .NET za pomocą GroupDocs API....użyciu C# using (Viewer viewer = new Viewer("/path/sample.json"))...json")) { PdfViewOptions options = new PdfViewOptions("/path/JSON-to-PDF-{0}...

    blog.groupdocs.com/pl/viewer/render-json-as-pdf...
  7. Konwersja kodu źródłowego do formatu PDF przy u...

    Przekształć pliki kodu źródłowego do formatu PDF w Javie. Konwertuj pliki Python, Java, PHP i inne języki programowania do formatu PDF za pomocą interfejsu API konwersji dokumentów....Java */ try (Viewer viewer = new Viewer("path/HelloWorld.java"))...PdfViewOptions viewOptions = new PdfViewOptions("path/HelloWorld...

    blog.groupdocs.com/pl/viewer/convert-source-cod...
  8. Filigraner des documents Word en utilisant C# |...

    Ajoutez des filigranes de texte et d’image aux documents Word à l’aide de C#. Appliquez des filigranes par programme sur les pages à l'aide de l'API .NET....using (Watermarker watermarker = new Watermarker("path/document.docx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...

    blog.groupdocs.com/fr/watermark/watermark-word-...
  9. Anmerkungen aus PDF- und Word-Dokumenten in Jav...

    Entfernen Sie programmgesteuert Anmerkungen aus PDF- und Word-Dateien in Java. Entfernen Sie alle Anmerkungen, entfernen Sie sie nach IDs oder nach Anmerkungstypen mithilfe der Java-Anmerkungs-API....final Annotator annotator = new Annotator("document.pdf"); SaveOptions...SaveOptions saveOptions = new SaveOptions(); saveOptions.setA...

    blog.groupdocs.com/de/annotation/remove-annotat...
  10. Visualizador de arquivos STL usando Java | Visu...

    Visualize arquivos STL como PDF usando Java. Além disso, renderize os arquivos de estereolitografia (STL) nos formatos HTML, JPG e PNG usando exemplos Java....em Java try (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/pt/viewer/stl-file-viewer-us...