Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 7,067 for

paged

(0.16 sec)
  1. How to Run Examples | Documentation

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Examples Leave feedback On this page This article describes how to...repository if found helpful. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  2. قم بإزالة الصفحات من PDF باستخدام C # | زوجي ، ...

    قم بإزالة أي مجموعة من الصفحات من ملفات PDF باستخدام C #. حذف قائمة الصفحات ، أي نطاق محدد ، حتى الصفحات الفردية أو الفردية من ملفات PDF داخل تطبيق .NET....Save("path/selected-pages-removed.pdf"); } إزالة Pages Range من PDF...RemovePages(removeOptions); merger.Save("path/pages-range-removed.pdf"); } قم بإزالة...

    blog.groupdocs.com/ar/merger/delete-pages-from-...
  3. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....Introduction Leave feedback On this page This article explains the most...format; Document size; Number of pages (tabs); Text encoding, if document...

    docs.groupdocs.com/editor/net/introduction/
  4. Просмотр файлов САПР на C# с помощью .NET API |...

    Создайте средство просмотра файлов САПР на C# для просмотра чертежей. Преобразование файлов DWG, DGN в HTML, JPG, PNG или PDF с помощью средства просмотра документов .NET API от GroupDocs....ForEmbeddedResources("page_{0}.html"); viewer.View(viewOptions);...ForExternalResources( "page_{0}.html","page_{0}/resource_{1}","page_{0}/resources");...

    blog.groupdocs.com/ru/viewer/view-cad-documents...
  5. Перегляд файлів CAD у C# за допомогою .NET API ...

    Створіть засіб перегляду файлів САПР на C# для перегляду креслень. Конвертуйте DWG, DGN для візуалізації як HTML, JPG, PNG або PDF за допомогою засобу перегляду документів .NET API від GroupDocs....ForEmbeddedResources("page_{0}.html"); viewer.View(viewOptions);...ForExternalResources( "page_{0}.html","page_{0}/resource_{1}","page_{0}/resources");...

    blog.groupdocs.com/uk/viewer/view-cad-documents...
  6. Visualizza file CAD in C# utilizzando .NET API ...

    Crea il tuo visualizzatore di file CAD in C# per visualizzare i disegni. Converti DWG, DGN per renderizzare come HTML, JPG, PNG o PDF utilizzando il visualizzatore di documenti .NET API di GroupDocs....ForEmbeddedResources("page_{0}.html"); viewer.View(viewOptions);...ForExternalResources( "page_{0}.html","page_{0}/resource_{1}","page_{0}/resources");...

    blog.groupdocs.com/it/viewer/view-cad-documents...
  7. Working with Form Fields | Documentation

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for .NET...Fields Leave feedback On this page This article demonstrates how...data from documents. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/net/working-with-form...
  8. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for Node.js via Java...Fields Leave feedback On this page This article demonstrates how...repository on GitHub. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/nodejs-java/edit-and-...
  9. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....backgrounds Leave feedback On this page Extracting information about...watermarker . close (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/working-with-...
  10. eSign document with Stamp signature | Documenta...

    This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....position within the document page; and many more. Each Stamp option...free to use online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/java/esign-documen...