Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 31,652 for

redaction

(0.25 sec)
  1. C# Kullanarak Word Belgelerinde Sözcükleri Bul ...

    C# kullanarak Word DOC/DOCX dosyalarındaki metinleri, sözcükleri, tümceleri bulun, değiştirin veya gizleyin. .NET Redaksiyon API'si ile metin, büyük/küçük harfe duyarlı ve RegEx aramasını düzeltin ve gerçekleştirin....Redaction for .NET, çeşitli dosya biçimlerindeki.../packages/groupdocs.redaction). PM> Install-Package GroupDocs.Redaction Bu süreçte...

    blog.groupdocs.com/tr/redaction/find-and-replac...
  2. C# kullanarak PDF'de Metin Bul ve Değiştir | PD...

    Büyük/küçük harf duyarlılığı ve C# kullanarak RegEx ile PDF belgelerindeki belirli metinleri, sözcükleri, tümceleri programlı olarak bulun. PDF dosyalarını yeniden düzenlemek için metni değiştirin veya gizleyin....Redaction for .NET’i gösterir. API hakkında.../packages/groupdocs.redaction). PM> Install-Package GroupDocs.Redaction Redaksiyon...

    blog.groupdocs.com/tr/redaction/find-and-replac...
  3. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform Redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. Կարգավորել տեքստը DOCX-ում՝ օգտագործելով C#

    Այս թեմայում դուք կսովորեք, թե ինչպես կարելի է խմբագրել տեքստը DOCX-ում՝ օգտագործելով C#՝ առանց լրացուցիչ ծրագրերի տեղադրման: Ձեզ կտրամադրվի նաև կոդ՝ DOCX-ում տեքստը C#-ով փոխարինելու համար:...Redaction Product Family Կարգավորել...այնպես, որ օգտագործի GroupDocs.Redaction for .NET ՝ DOCX-ում տեքստը...

    kb.groupdocs.com/hy/redaction/net/redact-text-i...
  5. Redige PDF e documenti scansionati in C# | Test...

    Redigere testo in PDF e altri documenti utilizzando C# nelle applicazioni .NET. Redigere i documenti per oscurare il testo e anche il testo all'interno delle immagini incorporate....Redaction fornisce la redazione del...Install-Package GroupDocs.Redaction Installa tramite Gestione...

    blog.groupdocs.com/it/redaction/redact-text-and...
  6. Najít a nahradit text v PDF pomocí C# | Nahradi...

    Programově vyhledejte určitý text, slova, fráze v dokumentech PDF s rozlišením malých a velkých písmen a RegEx pomocí C#. Chcete-li redigovat soubory PDF, nahraďte nebo skryjte text....NET Redaction API pro nahrazení textu #...GroupDocs představuje GroupDocs.Redaction for .NET, API pro redigování...

    blog.groupdocs.com/cs/redaction/find-and-replac...
  7. Najít a nahradit slova v dokumentech aplikace W...

    Najděte, nahraďte nebo skryjte text, slova, fráze v souborech Word DOC/DOCX pomocí C#. Redigujte a provádějte vyhledávání textu, rozlišování velkých a malých písmen a RegEx vyhledávání pomocí rozhraní .NET Redaction API....NET Redaction API pro nahrazení textu #...# GroupDocs.Redaction for .NET je rozhraní API pro úpravu dokumentů...

    blog.groupdocs.com/cs/redaction/find-and-replac...
  8. แก้ไข PDF และเอกสารที่สแกนใน Java | ข้อความปิดท...

    แก้ไขข้อความใน PDF และเอกสารอื่นๆ โดยใช้ Java ในแอปพลิเคชันของคุณ ทำซ้ำเอกสารเพื่อปิดข้อความและข้อความภายในภาพที่ฝังไว้...Redaction ให้ โซลูชันการแก้ไขเพื่อร...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/th/redaction/redact-text-and...
  9. Redactar PDF y documentos escaneados en Java | ...

    Redacte texto en PDF y otros documentos usando Java en sus aplicaciones. Redactar documentos para oscurecer el texto y también el texto dentro de las imágenes incrustadas....Redaction proporciona la solución de...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/es/redaction/redact-text-and...
  10. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform Redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-in-raste...