Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 141,805 for

paged

(0.21 sec)
  1. XPS به PNG تبدیل با استفاده از Python | Aspose.PDF

    کد نمونه در پایتون برای تبدیل XPS به PNG. استفاده از کد نمونه برای دسته XPS به PNG تبدیل با پایتون و .NET...عنوان مثال، path_outfile + str(page_count) + ‘_out.png’) در حالت...resolution ) page_count = 1 pages_count = len ( document . pages ) if...

    products.aspose.com/pdf/fa/python-net/conversio...
  2. XPS 到 PNG 使用 Python 的转换器 | Aspose.PDF

    Python 上用於 XPS 到 PNG 轉換的示例代碼。 使用 Python 和 .NET 進行批量 XPS 到 PNG 轉換的示例代碼...在写入模式下,在指定的输出路径(例如 path_outfile + str (page_count) + ‘_out.png’)处打开一个新的文件流,该文件流将用于存储生成的...resolution ) page_count = 1 pages_count = len ( document . pages ) if...

    products.aspose.com/pdf/zh-hans/python-net/conv...
  3. C++ Split TXT

    Split TXT files into e pages using C++ code. Save TXT as separate files using C++....integrate the extracted TXT pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/cpp/split/txt/
  4. PDFページの移動|Aspose.PDF for Java

    Aspose.PDF for Javaを使用して、PDFファイルの希望する位置または末尾にページを移動してみてください。...dstDocument = new Document (); Page page = srcDocument . getPages ()...dstDocument . getPages (). add ( page ); // 出力ファイルを保存 dstDocument...

    docs.aspose.com/pdf/ja/java/move-pages/
  5. PDF スティッキー注釈を C++ で使用|Aspose.PDF for C++

    このトピックでは、スティッキー注釈について説明します。例として、テキスト内の透かし注釈を示します。ページ上にグラフィックを表すために使用されます。このタスクを解決するためのコードスニペットを確認してください。...pdf" ); auto page = document -> get_Pages () -> idx_get (...MakeObject < WatermarkAnnotation > ( page , MakeObject < Rectangle > (...

    docs.aspose.com/pdf/ja/cpp/sticky-annotations/
  6. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a document in Java....1 - Use the document's first page: doc.updateThumbnail(); doc...generate thumbnail from first page of the document or first image...

    reference.aspose.com/words/java/com.aspose.word...
  7. Vues de la feuille de calcul|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....[ Hide ] Aperçu des sauts de page Toutes les feuilles de calcul...normale. -Aperçu des sauts de page. La vue normale est la vue par...

    docs.aspose.com/cells/fr/go-cpp/worksheet-views/
  8. ASP.NET sem usar o Visual Studio|Aspose.PDF for...

    Aprenda como usar Aspose.PDF for .NET em projetos ASP.NET sem depender do Visual Studio. Siga este guia prático....NET <% @ Page Language = "C#" %> <% @ Import...// Add page Aspose . Pdf . Page page = document . Pages . Add...

    docs.aspose.com/pdf/pt/net/asp-net-without-usin...
  9. SVG to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for SVG to JPEG conversion. Use example code for batch SVG to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...Initialize a page counter variable to track the current page number...

    products.aspose.com/pdf/python-net/conversion/s...
  10. 在PDF文件中创建链接使用C++|Aspose.PDF for C++

    本节解释如何使用C++在PDF文档中创建链接。... 获取要添加链接的 Page 。 使用Page和 Rectangle 对象创建一个 LinkAnnotation...LaunchAction 对象时,指定您要启动的应用程序。 将链接添加到Page对象的 Annotations 属性。 最后,使用Doc...

    docs.aspose.com/pdf/zh/cpp/create-links/