Affichez les fichiers STL au format PDF à l'aide de C#. Procédez au rendu des fichiers de stéréolithographie (STL) aux formats HTML, JPG et PNG dans les applications .NET.... using (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...
Ver archivos STL como PDF usando Java. Además, renderice los archivos de estereolitografía (STL) en formatos HTML, JPG y PNG usando ejemplos de Java....en Java try (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...
เพิ่มลายน้ำข้อความและรูปภาพลงในเอกสาร Word โดยใช้ Java ใช้ลายน้ำโดยทางโปรแกรมบนหน้าเว็บโดยใช้ Java API...Java Watermarker watermarker = new Watermarker("path/document.docx");...textWatermark = new TextWatermark("Watermark", new Font("Arial"...
Thực hiện tìm kiếm từ, thay thế hoặc ẩn văn bản trong tệp Word DOC/DOCX bằng Java. Soạn thảo và thực hiện tìm kiếm văn bản, phân biệt chữ hoa chữ thường & RegEx với Java Redaction API....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...
使用 Java 在 Word DOC/DOCX 文件中执行单词搜索、替换或隐藏文本。使用 Java Redaction API 编辑和执行文本、区分大小写和 RegEx 搜索。...redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...
Kommentieren Sie PDF-Dateien programmgesteuert in C#. Fügen Sie Anmerkungen wie Pfeile, Rechtecke, Ellipsen, Hervorhebungen und Wasserzeichen mithilfe der .NET-API hinzu oder entfernen Sie sie....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...
프로그래밍 방식으로 C#에서 PDF 파일에 주석을 추가합니다. .NET API를 사용하여 화살표, 직사각형, 타원, 강조 표시, 워터마크 주석과 같은 주석을 추가하거나 제거합니다....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...