Sort Score
Result 10 results
Languages All
Labels All
Results 5,661 - 5,670 of 8,322 for

paged

(0.44 sec)
  1. Rendu de RTF en PDF avec Python

    Vous pouvez rendre un RTF en PDF avec Python pour convertir des fichiers texte enrichi en documents professionnels et partageables. Cette approche vous permet de créer facilement un PDF à partir d'un RTF en Python....contrôle total sur la mise en page et la mise en forme. Étapes...original — texte, images et mise en page — est conservé exactement comme...

    kb.groupdocs.com/fr/viewer/python/render-rtf-as...
  2. Fusionner des fichiers HTML en utilisant C#

    Ce guide fournira des instructions clés pour fusionner des fichiers HTML à l'aide de C# et comprendra un extrait de code montrant comment combiner efficacement des fichiers HTML en C#....la combinaison de plusieurs pages Web en un seul document ou la...l’efficacité de la création de pages Web, de rapports et de modèles...

    kb.groupdocs.com/fr/merger/net/merge-html-files...
  3. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs.... 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/search/nodejs-java/ocr-support/
  4. Custom text extractors | GroupDocs

    GroupDocs.Search for Node.js supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones.... 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/search/nodejs-java/custom-te...
  5. تبدیل RTF به JPG با استفاده از Python

    در این مقاله، نحوه تبدیل RTF به JPG با استفاده از Python را یاد می‌گیرید. کد و مراحل لازم برای ایجاد تصاویر JPG از RTF در Python با ابعاد سفارشی خروجی ارائه می‌شود....هایی مانند output_page_1.jpg ، output_page_2.jpg و غیره تولید...

    kb.groupdocs.com/fa/viewer/python/render-rtf-as...
  6. تبدیل PDF به TIF با استفاده از Python

    در این مقاله، نحوه تبدیل PDF به TIF با استفاده از Python را یاد خواهید گرفت. علاوه بر این، یک مثال کد همراه با مراحل برای استخراج PDF به TIF با Python ارائه می‌شود....TIF تنظیم کنید متد convert_by_page را فراخوانی کنید تا هر صفحه... با فراخوانی متد convert_by_page ، هر صفحه PDF به عنوان یک تصویر...

    kb.groupdocs.com/fa/conversion/python/convert-p...
  7. 如何使用 C# 从 PDF 中提取文本

    了解如何使用 C# 高效地从 PDF 中提取文本。此外,还可以探索 C# 阅读 PDF 文本的分步说明和代码,而无需安装额外的工具。...Pages 属性访问整个文档页面列表 使用 Page.Lines 迭代每个页面上的行集合以从每行中提取文本...

    kb.groupdocs.com/zh/viewer/net/how-to-extract-t...
  8. เล่นและหยุดภาพเคลื่อนไหว GIF และ APNG โดยใช้ C#

    แสดงภาพเคลื่อนไหว GIF และ APNG โดยทางโปรแกรมไปยังหน้าเว็บ HTML ใน C# พร้อมคุณสมบัติเล่นและหยุดชั่วคราว สร้างโปรแกรมดูภาพเคลื่อนไหวของคุณเองโดยใช้ .NET...ForEmbeddedResources("Web-Page-with-APNG.html"); viewer.View(options);...HtmlViewOptions.ForEmbeddedResources("Web-Page-with-gif.html"); viewer.View(options);...

    blog.groupdocs.com/th/viewer/play-pause-animate...
  9. GroupDocs.Comparison Product Family on GroupDoc...

    GroupDocs.Comparison Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Comparison Product Family on GroupDocs Blog | Document A......Document Pages Getting image representation of document pages is one...Footnote appears at bottom of the page and used to cite information...

    blog.groupdocs.com/categories/groupdocs.compari...
  10. Utwórz przeglądarkę dokumentów w ASP.NET Core M...

    Przeglądarki dokumentów online stały się popularne po wzroście wykorzystania dokumentów cyfrowych, zwłaszcza w systemach zarządzania treścią. Powodem tej popularności jest możliwość przeglądania różnych formatów dokumentów bez kupowania lub instalowania dedykowanego oprogramowania. Biorąc pod uwagę znaczenie przeglądarek dokumentów, pomyślałem o napisaniu artykułu o tym, jak stworzyć uniwersalną przeglądarkę dokumentów w ASP.NET MVC. Zamierzamy utworzyć aplikację przeglądarki dokumentów ASP.NET MVC, która będzie kierowana na platformę .NET Core. Do renderowania dokumentów na zapleczu użyjemy GroupDocs....@{ ViewData["Title"] = "Home Page"; } <script src="http://code...src='Content/" + folderName + "/page-" + i + ".png'/>"); } $("#loader")...

    blog.groupdocs.com/pl/viewer/document-viewer-in...