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

new

(0.64 sec)
  1. Localizar e substituir palavras em documentos d...

    Localize, substitua ou oculte texto, palavras e frases em arquivos Word DOC/DOCX usando C#. Redija e execute pesquisa de texto, diferencia maiúsculas de minúsculas e RegEx com a API de redação .NET....# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/pt/redaction/find-and-replac...
  2. Podziel lub scal PDF, PowerPoint, Excel, Word, ...

    Dziel lub scalaj pliki PDF, Word DOC/DOCX, arkusze kalkulacyjne Excel XLS/XLSX, prezentacje PPT/PPTX, rysunki Visio, eBooki i inne dokumenty w Javie. Kroki i przykłady.... Merger merger = new Merger(filePath1 ); merger.join(filePath2...single DOCX file. Merger merger = new Merger("document1.docx" ); merger...

    blog.groupdocs.com/pl/merger/merge-pdf-word-exc...
  3. Convertir des feuilles de calcul Excel en PDF e...

    Convertissez des fichiers Excel en PDF en Java. Convertissez un classeur complet, des feuilles sélectionnées ou successives ou n'importe quelle plage de cellules à l'aide de l'API Java de conversion de feuille de calcul....Java */ Converter converter = new Converter("path/spreadsheet.xlsx");...convert("path/all-sheets-converted.pdf", new PdfConvertOptions()); Conversion...

    blog.groupdocs.com/fr/conversion/convert-excel-...
  4. 在 Java 中从 PDF 中删除页面 |偶数、奇数、列表和范围

    从 Java 中的 PDF 文件中删除任何一组页面。从应用程序中的 PDF 文件中删除页面列表、任何给定范围、偶数或奇数页。...RemoveOptions removeOptions = new RemoveOptions(new int[] { 2, 4 }); Merger...Merger merger = new Merger("path/document-pdf"); merger.remove...

    blog.groupdocs.com/zh/merger/remove-pages-from-...
  5. Chuyển đổi Bản trình bày sang PDF trong Java | ...

    Lập trình chuyển đổi các bản trình bày của MS PowerPoint và các định dạng Open Office Impress như ODP, PPT, PPTX sang PDF bằng API chuyển đổi Java....Tài liệu Converter converter = new Converter("presentation.pptx");...PdfConvertOptions options = new PdfConvertOptions(); converter...

    blog.groupdocs.com/vi/conversion/convert-presen...
  6. تبدیل صفحات گسترده اکسل به PDF در Java | تبدیل ...

    تبدیل فایل های اکسل به پی دی اف در جاوا. کتاب کار کامل، برگه‌های انتخابی یا متوالی یا هر محدوده سلولی را با استفاده از Java API تبدیل صفحه‌گسترده تبدیل کنید....کنید */ Converter converter = new Converter("path/spreadsheet.xlsx");...convert("path/all-sheets-converted.pdf", new PdfConvertOptions()); تبدیل پی...

    blog.groupdocs.com/fa/conversion/convert-excel-...
  7. Twórz hiperłącza w PDF za pomocą Adnotacji link...

    Dodawaj adnotacje do plików PDF, tworząc hiperłącza przy użyciu adnotacji łączy w Javie. Dodawanie adnotacji do dokumentów i obrazów Java API umożliwia dodawanie adnotacji poprzez łączenie danych zewnętrznych....Javie Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/pl/annotation/create-hyperli...
  8. Teks Dicoret di Dokumen di Java | C̶r̶o̶s̶s̶ o̶...

    Mari coret teks di dalam dokumen menggunakan Java. Otomatiskan pencoretan teks yang tidak valid menggunakan anotasi coret dengan Java API....Java */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/id/annotation/strikethrough-...
  9. Mettre en surbrillance un PDF avec des annotati...

    Mettez en surbrillance du texte dans un PDF avec des annotations de surbrillance à l'aide de C#. L'API .NET d'annotation de documents et d'images permet d'annoter des fichiers PDF en mettant en surbrillance n'importe quelle zone....using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/fr/annotation/highlight-pdf-...
  10. Crea collegamenti ipertestuali in PDF utilizzan...

    Annota i file PDF creando collegamenti ipertestuali utilizzando le annotazioni di collegamento in Java. Annotazione di documenti e immagini L'API Java consente l'annotazione collegando dati esterni....in Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/it/annotation/create-hyperli...