Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 10,802 for

page count

(0.81 sec)
  1. Table|Documentation

    Table element organizes questions and answers in a tabular structure....table is provided in answers_count property. Table element includes..."element_type" : "Table" , "answers_count" : 3 , "children" : [ /*** put...

    docs.aspose.com/omr/net/json-markup/table/
  2. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type 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...
  3. SvgSaveOptions class | Aspose.Words for Python

    aspose.words.saving.SvgSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.SVG](../../aspose.words/saveformat/#SVG) format...from FixedPageSaveOptions ) page_saving_callback Allows to control...control how separate pages are saved when a document is exported...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 许可| 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/
  5. 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-...
  6. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one Page of text) Why is the me…...takes about 3 minutes for one page of text) Why is the method so...Aspose.Pdf.Page page_new = asposeDocTarget.Pages[1]; using (Aspose...

    forum.aspose.com/t/copying-text-from-one-pdf-to...
  7. ImageSavingArgs.current_shape property | Aspose...

    ImageSavingArgs.current_shape property. Gets the [ShapeBase](../../../aspose.words.drawing/shapebase/) object corresponding to the shape or group shape that is about to be saved.... m_image_count = None def image_saving ( self...' \t On page: \t { layout_collector . get_start_page_index (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Count == 0) p.Remove(); } Next steps...ocumentExplorer 1 Like next page →...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  9. 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/...
  10. 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...