Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 10,136 for

page count

(0.08 sec)
  1. XPS to EMF Converter using Python | Aspose.PDF

    Sample code on Python for XPS to EMF conversion. Use example code for batch XPS to EMF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...be used to process the PDF pages and generate Emf images. Open...

    products.aspose.com/pdf/python-net/conversion/x...
  2. Classic alumni questionnaire with free-form ans...

    Simple OMR ready alumni questionnaire template with free-form answers....container=instructions columns_count=2 ?block= column=2 border=rounded...height=50 ?container=2-3 columns_count=2 ?block= column=1 border=none...

    docs.aspose.com/omr/net/showcases/alumni/classic/
  3. 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...
  4. 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-...
  5. 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...
  6. Box-and-Whisker Chart Gets Squished When Conver...

    Hi Team, I have a PPTX (attached) with 1 slide. Slide has a Chart of “Box and Whisker” type. When I try to get image of the slide, I see that the chart gets squished to right side. The code I used: using Aspose.Slides…...Count); // Create output directory...0; i < presentation.Slides.Count; i++) { ISlide slide = presentation...

    forum.aspose.com/t/box-and-whisker-chart-gets-s...
  7. 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/...
  8. Customer satisfaction survey|Documentation

    OMR ready customer satisfaction survey...container=description columns_count=1 ?block= column=1 ?content=Thank...height=50 ?container= columns_count=1 ?block= column=1 ?content=If...

    docs.aspose.com/omr/net/showcases/satisfaction/...
  9. 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-...
  10. 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/