Sort Score
Result 10 results
Languages All
Labels All
Results 5,011 - 5,020 of 8,328 for

paged

(0.25 sec)
  1. Видалити сторінки з PDF у Java | Парні, непарні...

    Видаліть будь-який набір сторінок із файлів PDF у Java. Видалити список сторінок, будь-який заданий діапазон, парні чи непарні сторінки з PDF-файлів у програмах....save("path/selected-pages-removed.pdf"); Видалити діапазон...removePages(removeOptions); merger.save("path/pages-range-removed.pdf"); Видалення...

    blog.groupdocs.com/uk/merger/remove-pages-from-...
  2. Remover páginas de PDF em Java | Par, Ímpar, Li...

    Remova qualquer conjunto de páginas dos arquivos PDF em Java. Exclua a lista de páginas, qualquer intervalo, páginas pares ou ímpares de arquivos PDF dentro de aplicativos....save("path/selected-pages-removed.pdf"); Remover intervalo...removePages(removeOptions); merger.save("path/pages-range-removed.pdf"); Remover...

    blog.groupdocs.com/pt/merger/remove-pages-from-...
  3. Rechercher une signature d'image en C# dans Wor...

    Recherchez des codes-barres, des codes QR, des signatures numériques ou électroniques avec du contenu de données d'image à partir de n'importe quel document (DOC, XLS, PPT, PDF) en C# à l'aide de l'API de signature .NET....WriteLine($"QRCode signature found at page {qrCodeSignature.PageNumber}...WriteLine($"Signature found at page {resSignature.PageNumber} with...

    blog.groupdocs.com/fr/signature/search-image-si...
  4. Comment convertir un document Word en HTML à l'...

    Cet article vous aide à convertir un document Word en HTML à l'aide de C#. Générez du HTML à partir de DOCX à l'aide de C # en suivant le guide étape par étape et effectuez la conversion de document....index de page, le nombre de pages, le numéro de la page de départ...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  5. Comment convertir CSV en Excel en C#

    Ce court article explique comment convertir CSV en Excel en C#. De plus, ce guide consiste à convertir le code CSV en XLSX C# ainsi que des instructions détaillées....numéro de la page de départ, la liste des index des pages, le nombre...nombre de pages, le mot de passe, le zoom et bien d’autres. Dans...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  6. Render RTF as HTML using Python

    Learn how to render RTF as HTML using Python and easily create HTML pages from RTF in Python while preserving formatting, layout, and style for web display....are the steps to create HTML pages from RTF in Python . Steps to...to render and export the RTF pages as standalone HTML files with...

    kb.groupdocs.com/viewer/python/render-rtf-as-ht...
  7. Load Note document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API...., convertOptions ) Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  8. Load document from stream | GroupDocs

    This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Java API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/load-documen...
  9. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....attachments Email messages Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Extract text from HTML documents | GroupDocs

    Learn how to extract a text from HTML documents getText() method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/java/extract-text-fro...