Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 874 for

document redaction

(0.07 sec)
  1. Redazione di un PDF utilizzando C# | Aspose.PDF

    Redazione programmatica di Documenti PDF con codice di esempio C# utilizzando Aspose.PDF per .NET...Carica il PDF con un’istanza di Document. Crea un oggetto TextFragmentAbsorber...pdfDocument = new Aspose . Pdf . Document ( inputFile ); var searchTerm...

    products.aspose.com/pdf/it/net/redaction/
  2. ویرایش PDF با استفاده از Java | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه Java با استفاده از Aspose.PDF برای Java ویرایش کنید...های PDF - Java Document pdfDocument = new Document ( "sourceFile...annot . setOverlayText ( "REDACTED" ); annot . setTextAlignment...

    products.aspose.com/pdf/fa/java/redaction/
  3. Hoe een PDF in Java te redigeren

    In deze korte handleiding wordt uitgelegd hoe u een PDF in Java kunt redigeren. Het bevat de details van de systeemconfiguratie en het stapsgewijze algoritme, gevolgd door een uitvoerbare voorbeeldcode om tekst in PDF te redigeren met Java....of afbeeldingen in het PDF-document te redigeren. Stappen om een...PDF-bestand met de methode redact() en exporteer het naar het...

    kb.aspose.com/nl/pdf/java/how-to-redact-a-pdf-i...
  4. แก้ไขไฟล์ PDF โดยใช้ C# | Aspose.PDF

    แก้ไขเอกสาร PDF ด้วยโปรแกรมด้วยรหัสตัวอย่าง C# โดยใช้ Aspose.PDF สำหรับ .NET... Document ( inputFile ); var searchTerm...Add ( annot , true ); annot . Redact (); } pdfDocument . Save (...

    products.aspose.com/pdf/th/net/redaction/
  5. Redaguj dokument PDF online lub przy użyciu pla...

    Otwieraj i redaguj dokument PDF online za pomocą bezpłatnej aplikacji. Kod .NET API C# do wyszukiwania i zamiany tekstu PDF....NET Redact Redaguj dokument PDF online...RedactionAnnotation i wywołaj metodę Redact(). Zapisz dokument PDF Kod...

    products.aspose.com/total/pl/net/redact/pdf/
  6. 搜索

    搜索... 按照以下步驟執行基本文本搜索: 使用 Document 類別加載目標 PDF 文件。 建立一個 TextFragmentAbsorber...// 加載 PDF 文件 Document pdfDocument = new Document("sample.pdf");...

    blog.aspose.com/zh-hant/pdf/search-in-pdf-using...
  7. Redaguj PDF przy użyciu C# | Aspose.PDF

    Redaguj dokumenty PDF programowo za pomocą przykładowego kodu C# przy użyciu pliku Aspose.PDF dla .NET... Document ( inputFile ); var searchTerm...Add ( annot , true ); annot . Redact (); } pdfDocument . Save (...

    products.aspose.com/pdf/pl/net/redaction/
  8. 档案

    档案... 按照以下步骤执行基本文本搜索: 使用 Document 类加载目标 PDF 文件。 创建一个 TextFragmentAbsorber...以下代码示例实现了这些步骤。 // 加载PDF文件 Document pdfDocument = new Document("sample.pdf");...

    blog.aspose.com/zh/pdf/search-in-pdf-using-csharp/
  9. 使用 C# 編輯 PDF | Aspose.PDF

    使用 .NET 的 C# 使用 Aspose.PDF 樣本代碼以編程方式編輯 PDF 文檔... Document ( inputFile ); var searchTerm...Add ( annot , true ); annot . Redact (); } pdfDocument . Save (...

    products.aspose.com/pdf/zh-hant/net/redaction/
  10. Lưu trữ

    Lưu trữ...tiêu bằng cách sử dụng lớp Document. Tạo một TextFragmentAbsorber...tệp PDF lên Document pdfDocument = new Document("sample.pdf");...

    blog.aspose.com/vi/pdf/search-in-pdf-using-csharp/