Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 8,786 for

paged

(0.33 sec)
  1. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w...... This paragraph has a page break and centered. It actually...This section starts from a new page. ( Ellipse text )There is an...

    blog.groupdocs.com/pl/markdown/groupdocs-markdo...
  2. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w...... This paragraph has a page break and centered. It actually...This section starts from a new page. ( Ellipse text )There is an...

    blog.groupdocs.com/uk/markdown/groupdocs-markdo...
  3. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w...... This paragraph has a page break and centered. It actually...This section starts from a new page. ( Ellipse text )There is an...

    blog.groupdocs.com/vi/markdown/groupdocs-markdo...
  4. Odstraňte stránky z PDF pomocí C# | Sudá, lichá...

    Odstraňte libovolnou sadu stránek ze souborů PDF pomocí C#. Odstraňte seznam stránek, libovolný daný rozsah, sudé nebo liché stránky ze souborů PDF v rámci aplikace .NET....Save("path/selected-pages-removed.pdf"); } Odebrat rozsah...RemovePages(removeOptions); merger.Save("path/pages-range-removed.pdf"); } Odstraňte...

    blog.groupdocs.com/cs/merger/delete-pages-from-...
  5. Customize watermarks | GroupDocs

    This article shows how to adjust text or image watermarks to your needs....watermarks Leave feedback On this page GroupDocs.Watermark offers many...take into account the existing page margins of the document when...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  6. Searching for document signatures excluding ext...

    This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....components Leave feedback On this page provides boolean property of..., // specify search on all pages AllPages = false }; // search...

    docs.groupdocs.com/signature/net/searching-for-...
  7. Ajouter des filigranes aux documents Word | 5 m...

    Apprenez comment ajouter des filigranes sécurisés aux documents Word en utilisant GroupDocs.Watermark pour .NET. Comparez 5 méthodes de protection avec des exemples de code, y compris des en-têtes verrouillés, des filigranes en mosaïque et des sections protégées par mot de passe qui ne peuvent pas être facilement supprimées....apparaît automatiquement sur chaque page, mais offre une protection minimale...Idéal pour : Documents multi‑pages nécessitant une sécurité modérée...

    blog.groupdocs.com/fr/watermark/secure-word-doc...
  8. Merge Word Files

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Combinez uniquement les pages sélectives de plusieurs fichiers...fichier. Combinez uniquement les pages sélectives de plusieurs fichiers...

    blog.groupdocs.com/fr/tag/merge-word-files/
  9. Add Image Watermark to DOC Using Python

    This tutorial explains how to add image watermark to DOC using Python, allowing you to embed a centered logo watermark in Word 97–2003 documents....consistent visibility across all pages. Automating this process reduces...appears evenly on document pages Apply the image watermark to...

    kb.groupdocs.com/watermark/python/add-image-wat...
  10. 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....custom location and convert its pages to images final FileOutputStream...redactor . close (); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/java/save-to-stream/