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

document redaction

(0.47 sec)
  1. 추가 유형의 PDF 주석 사용|Aspose.PDF for Java

    이 섹션에서는 PDF 문서에 추가 유형의 주석을 추가하고, 가져오고, 삭제하는 방법을 설명합니다....PDF 파일을 로드합니다 Document document = new Document ( _dataDir + "sample...caretAnnotation1 = new CaretAnnotation ( document . getPages (). get_Item (...

    docs.aspose.com/pdf/ko/java/extra-annotations/
  2. Hoe een PDF in Python te redigeren

    Deze eenvoudige handleiding behandelt hoe u een PDF in Python kunt redigeren. Het bevat de IDE-configuratie-informatie, het stapsgewijze proces en een codefragment om tekst in PDF te redigeren met behulp van Python....annotaties Roep de methode redact() aan en schrijf de uitvoer...demonstreert hoe u een PDF-document kunt redigeren met Python...

    kb.aspose.com/nl/pdf/python/how-to-redact-a-pdf...
  3. 搜索

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

    blog.aspose.com/zh-hant/pdf/search-in-pdf-using...
  4. 档案

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

    blog.aspose.com/zh/pdf/search-in-pdf-using-csharp/
  5. ویرایش PDF با استفاده از C# | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه C# با استفاده از Aspose.PDF برای .NET ویرایش کنید... Document ( inputFile ); var searchTerm...Add ( annot , true ); annot . Redact (); } pdfDocument . Save (...

    products.aspose.com/pdf/fa/net/redaction/
  6. | Aspose.PDF

    Gestisci le annotazioni in PDF in modo programmatico con il codice di esempio C++ utilizzando Aspose.PDF per C++...contenuto da rimuovere con Redaction Annotation Aggiungi annotazione...in un’istanza della classe Document. Crea un’annotazione da aggiungere...

    products.aspose.com/pdf/it/cpp/annotation/
  7. | Aspose.PDF

    Gestisci le annotazioni in PDF in modo programmatico con il codice di esempio C# utilizzando Aspose.PDF per .NET...contenuto da rimuovere con Redaction Annotation Aggiungi annotazione...in un’istanza della classe Document. Crea un’annotazione da aggiungere...

    products.aspose.com/pdf/it/net/annotation/
  8. แก้ไขไฟล์ 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/
  9. Comment expurger un PDF en Python

    Ce guide simple explique comment rédiger un PDF en Python. Il comprend les informations de configuration de l'IDE, le processus étape par étape et un extrait de code pour rédiger le texte au format PDF à l'aide de Python....existante Appelez la méthode redact() et écrivez la sortie dans...étape, chargez simplement le document PDF source et initialisez...

    kb.aspose.com/fr/pdf/python/how-to-redact-a-pdf...
  10. C# 를 사용하여 PDF 편집 | Aspose.PDF

    .NET 용 Aspose.PDF 파일을 사용하여 C# 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 수정합니다.... Document ( inputFile ); var searchTerm...Add ( annot , true ); annot . Redact (); } pdfDocument . Save (...

    products.aspose.com/pdf/ko/net/redaction/