Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 12,327 for

new

(0.13 sec)
  1. متن خطی در اسناد در Java | C̶r̶o̶s̶s̶ o̶u̶t̶ مت...

    بیایید متن درون اسناد را با استفاده از Java مشخص کنیم. با استفاده از حاشیه نویسی خط خطی با Java API، خط زدن متن نامعتبر را خودکار کنید....جاوا */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/fa/annotation/strikethrough-...
  2. Créer des hyperliens en PDF à l'aide des annota...

    Annotez des fichiers PDF en créant des hyperliens à l'aide d'annotations de lien en Java. Annotation de documents et d'images L'API Java permet d'annoter en liant des données externes....en Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/fr/annotation/create-hyperli...
  3. Водяні знаки документів Word за допомогою C# | ...

    Додайте текстові та графічні водяні знаки до документів Word за допомогою C#. Програмно застосовуйте водяні знаки на сторінках за допомогою .NET API....using (Watermarker watermarker = new Watermarker("path/document.docx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...

    blog.groupdocs.com/uk/watermark/watermark-word-...
  4. Visualizzatore di file STL utilizzando C# | Vis...

    Visualizza i file STL come PDF utilizzando C#. Esegui ulteriormente il rendering dei file di stereolitografia (STL) nei formati HTML, JPG e PNG all'interno delle applicazioni .NET.... using (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/it/viewer/stl-file-viewer-us...
  5. Odstraňte anotace z dokumentů PDF a Word v Java

    Programově odstraňte anotace ze souborů PDF a Word v Java. Odstraňte všechny anotace, odstraňte podle ID nebo podle typů anotací pomocí Java Annotation API....final Annotator annotator = new Annotator("document.pdf"); SaveOptions...SaveOptions saveOptions = new SaveOptions(); saveOptions.setA...

    blog.groupdocs.com/cs/annotation/remove-annotat...
  6. Prohlížeč souborů STL pomocí Java | Zobrazit ST...

    Zobrazení souborů STL jako PDF pomocí Java. Kromě toho vykreslete soubory stereolitografie (STL) do formátů HTML, JPG a PNG pomocí příkladů Java....v Java try (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/cs/viewer/stl-file-viewer-us...
  7. Word-Dokumente mit C# mit Wasserzeichen versehe...

    Fügen Sie mit C# Text- und Bildwasserzeichen zu Word-Dokumenten hinzu. Wenden Sie Wasserzeichen mithilfe der .NET-API programmgesteuert auf Seiten an....using (Watermarker watermarker = new Watermarker("path/document.docx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...

    blog.groupdocs.com/de/watermark/watermark-word-...
  8. Rechercher et remplacer des mots dans des docum...

    Recherchez, remplacez ou masquez du texte, des mots et des phrases dans des fichiers Word DOC/DOCX à l'aide de C#. Rédigez et effectuez des recherches textuelles, sensibles à la casse et RegEx avec l'API de rédaction .NET....# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/fr/redaction/find-and-replac...
  9. Trova e sostituisci parole nei documenti di Wor...

    Trova, sostituisci o nascondi testo, parole, frasi nei file Word DOC/DOCX usando C#. Redigere ed eseguire ricerche di testo, case-sensitive e RegEx con .NET Redaction API....C# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/it/redaction/find-and-replac...
  10. .NET에서 GroupDocs.Redaction AI 통합 | 맞춤형 주석

    .NET을 사용하여 PDF 문서에서 텍스트, 단어 또는 구문을 감지하고 주석을 추가하는 데 AI를 사용하세요. 콘텐츠를 대체하거나 숨겨 PDF 파일을 안전하게 처리하세요....같은 regex를 사용하세요 Regex regex = new Regex( ".*" ); //대상 페이지 및 주석...ReplacementOptions optionsText = new ReplacementOptions( "[replaced]"...

    blog.groupdocs.com/ko/redaction/custom-ai-redac...