Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 10,496 for

page count

(0.08 sec)
  1. Get Watermark text from pdf - Free Support Foru...

    Hi, I’m tiring to get watermark text from pdf. The document is watermarked with the following code: var document = new Aspose.Pdf.Document(filename); var wmFontSize = ws.FontSize; var wmText = ws.Text; var lines = wm…...GetColor(); foreach (var page in document.Pages) { page.AddStamp(stamp);...var aftifact = pdfDocument.Pages[1].PageInfo; foreach (var artifact...

    forum.aspose.com/t/get-watermark-text-from-pdf/...
  2. Section | Aspose.Words for Java

    Represents a single section in a document in Java....set of properties that specify page size, orientation, margins etc...appendChild(section); // Set some page setup properties for the section...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose.Words parsing gives different results in...

    I used aspose-words in local windows and Macos, it works fine with document having 38 Pages. When I deploy using docker https://packages.microsoft.com/debian/11/prod bullseye mai FROM python:3.10.11 as build WORKDIR /…...fine with document having 38 pages. When I deploy using docker...behaves differently, giving 44 pages instead of 38. Could you please...

    forum.aspose.com/t/aspose-words-parsing-gives-d...
  4. Convert PDF to Different Image Formats in Pytho...

    Explore how to convert PDF Pages into images such as PNG, JPEG, or TIFF using Aspose.PDF in Python via .NET....ImageDevice - for a particular page. Convert PDF using DocumentDevice...makes a possible to convert PDF Pages to TIFF images. The TiffDevice...

    docs.aspose.com/pdf/python-net/convert-pdf-to-i...
  5. Some chinese character show as square when conv...

    Hi, some chinese character show as square when using last aspose pdf for .net to convert pdf to jpeg. the code is below : // Open document Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document("input.pdf"…...Pages.Count; pageCount++) { using (FileStream...100); // Convert a particular page and save the image to stream...

    forum.aspose.com/t/some-chinese-character-show-...
  6. NumberStyle | Aspose.Words for Java

    Specifies the number style for a list footnotes and endnotes Page numbers in Java....list, footnotes and endnotes, page numbers. Examples: Shows how...digital HANJA_READ_DIGIT Korean counting HEBREW_1 Hebrew-1 HEBREW_2...

    reference.aspose.com/words/java/com.aspose.word...
  7. 类型1字体的字形和指标| C++

    C ++ API用于开发人员操纵和字体文件。了解有关如何使用C ++中类型字体的字形和指标工作的基本原理。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/font/zh/cpp/glyphs-and-metrics-...
  8. 使用 Aspose.Page JavaScript 通过 C++ API 转换 EPS

    本文将通过代码片段讲解和演示 Aspose.Page API 解决方案通过 C++ JavaScript 提供的 EPS 到 WMF 的转换功能。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/zh/javascript-cpp/convert-...
  9. 许可| Aspose.PUB for .NET

    评估C#发布者的酒吧转换和操纵API,并设置许可证,以避免评估限制。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/pub/zh/net/licensing/
  10. Convert JPG To WORD Python

    Convert JPG to WORD format in Python code. Save JPG as WORD using Python....docx) for page in range(doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save(f"Output_{page + 1}.docx", save_options)...

    products.aspose.com/words/python-net/conversion...