Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 10,496 for

page count

(0.17 sec)
  1. PdfJavaScriptStripper.Strip modifies the PDF co...

    We are seeing cases where we call PdfJavaScriptStripper.Strip, it returns false, but the PDF content has been visibly altered. Some text is getting removed from the PDF that existed before calling Strip. It seems like re…...reproducible sample – a small PDF (≤ 2 pages) that shows the issue, together...+ "input.pdf"); var count = doc.Form.Count; In case you are still...

    forum.aspose.com/t/pdfjavascriptstripper-strip-...
  2. 使用 Aspose.Page JavaScript 通过 C++ API 转换 XPS

    本文通过代码片段描述并演示了 Aspose.Page API 解决方案中包含的 XPS 到 PDF 转换功能。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/zh/javascript-cpp/convert-...
  3. Aspose::Words::Comment::AddReply method | Aspos...

    Aspose::Words::Comment::AddReply method. Adds a reply to this comment in C++....the right-side margin of the page, and with a dotted line connecting...:: Comment , true ) -> get_Count ()); // Comments that do not...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. Multi-column questionnaire|Documentation

    A compact questionnaire with multi-column layout and open-ended questions...."children" : [ { "element_type" : "Page" , "children" : [ { "element_type"..."Multi-column questionnaire" , "columns_count" : 3 , "children" : [ { "element_type"...

    docs.aspose.com/omr/net/json-markup/examples/mu...
  5. PDF rendering with Chinese fonts extremely slow...

    Hello, I’m enCountering a performance issue when rendering a PDF using the Aspose.PDF library. When the document contains Chinese Simplified (zh-CN) or Chinese Traditional (zh-TW) text, I set: pdfDocument.OptimizeResou…...Pages.Count; pageNumber++) { var page = pdfDocument...pdfDocument.Pages[pageNumber]; page.AddStamp(_logoImageStamp); page.Ad...

    forum.aspose.com/t/pdf-rendering-with-chinese-f...
  6. Aspose.PDF Running .NET 6 project in Docker thr...

    Hi Sergei Shibanov, PFB my answer of your queries. Is it possible use only first two lines for reproduce issue? Answer- Yes Answer - htmlString as read html from file as string and pass it, which I have shared. Htm…...think the answers on these pages (where the same question is...HtmlLoadOptions(); // Set render to single page property Aspose.Pdf.Document...

    forum.aspose.com/t/aspose-pdf-running-net-6-pro...
  7. Failure to Get Images of Shapes on a PowerPoint...

    Hi Team, I have a PPTX (attached) with one slide. When I try to get image of the shape on the slide, I get error from Aspose: Processing AutoShape 1 on slide 1 Error processing shape on slide 1: Object reference not …...Count; slideIndex++) { // Get current...all fixes on the Release Notes page. You can also find the latest...

    forum.aspose.com/t/failure-to-get-images-of-sha...
  8. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....appendChild(section); // Set some page setup properties for the section...setSectionStart(SectionStart.NEW_PAGE); section.getPageSetup().se...

    reference.aspose.com/words/java/com.aspose.word...
  9. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java.... int count = getChildTableCount(table);...directly within its cells", i, count)); // Find out if the table...

    reference.aspose.com/words/java/com.aspose.word...
  10. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java.... int count = getChildTableCount(table);...directly within its cells", i, count)); // Find out if the table...

    reference.aspose.com/words/java/com.aspose.word...