Voer een woordzoekopdracht uit, vervang of verberg tekst in Word DOC/DOCX-bestanden met behulp van Java. Bewerk en voer tekst-, hoofdlettergevoelige en RegEx-zoekopdrachten uit met Java Redaction API....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...
Вставте водяні знаки в книги Excel за допомогою Java. Водяний знак на всіх аркушах або застосовуйте його лише до певного аркуша навіть у якості фону за допомогою водяного знака Java API....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...
Encuentre mediante programación cierto texto, palabras, frases en documentos PDF con distinción de mayúsculas y minúsculas y RegEx en Java. Reemplace u oculte el texto para redactar archivos PDF....redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...
Scopri come aggiungere filigrane sicure ai documenti Word utilizzando GroupDocs.Watermark for .NET. Confronta 5 metodi di protezione con esempi di codice, tra cui intestazioni bloccate, filigrane a mosaico e sezioni protette da password che non possono essere facilmente rimosse...." ); var loadOptions = new WordProcessingLoadOp(); using...using ( var watermarker = new Watermarker(InputFile, loadOptions))...
프로그래밍 방식으로 C#에서 PDF 파일에 주석을 추가합니다. .NET API를 사용하여 화살표, 직사각형, 타원, 강조 표시, 워터마크 주석과 같은 주석을 추가하거나 제거합니다....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...
Průvodce C# pro převod souborů CAD, jako jsou DWG, DGN a DWF, do formátu PDF pomocí rozhraní API pro převod dokumentů a obrázků .NET od GroupDocs....CadLoadOptions loadOptions = new CadLoadOptions(); Zadejte rozvržení...getLoadOptions =() => new CadLoadOptions { LayoutNames = new \[\]{ "Layout1"...
C#을 사용하여 두 개 이상의 파일을 비교합니다. .NET SDK를 사용하면 두 개의 Excel 스프레드시트, Word 문서, PDF 파일을 비교하거나 CSharp에서 텍스트 파일을 비교할 수 있습니다....다야 using (Comparer comparer = new Comparer(“source.xlsx”)) { comparer... using (Comparer comparer = new Comparer(“source.xlsx”) { comparer...
הוסף סימני מים של טקסט ותמונה למצגות PPT/PPTX. החל סימני מים באמצעות יישום סימן המים המקוון או באמצעות ממשקי API של .NET ו-Java....using (Watermarker watermarker = new Watermarker("presentation.pptx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...
Sunting teks dalam PDF dan dokumen lain menggunakan Java di aplikasi Anda. Sunting dokumen untuk menghilangkan teks dan juga teks di dalam gambar yang disematkan....RedactorSettings settings = new RedactorSettings(new AsposeCloudOcrConnec());...redactor = new Redactor("path/document.pdf", new LoadOptions()...