Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 140,592 for

page

(0.12 sec)
  1. Aspose::Words::Fields::FieldIndex::set_PageRang...

    Aspose::Words::Fields::FieldIndex::set_PageRangeSeparator method. Sets the character sequence that is used to separate the start and end of a Page range in C++....separate the start and end of a page range. void Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. What's new|Documentation

    Aspose.Diagram for .NET expands and enhances daily. On this Page, you can learn about the huge and most interesting features of the product....What's new Contents [ Hide ] This page describes the most interesting...

    docs.aspose.com/diagram/net/whatsnew/
  3. How to Add Lines to PDF in Python

    This article guides on how to add lines to PDF in Python. The basic information is provided on how to insert a line in PDF in Python by sharing the configuration details, a list of steps and a runnable sample code....Page Product Family Aspose.PSD Product...Document class followed by adding a page to it Create a graph object...

    kb.aspose.com/pdf/python/how-to-add-lines-to-pd...
  4. Edit PDF using C++ | Aspose.PDF

    Еdit PDF document programmatically with C++ sample code using Aspose.PDF for C++..."PDF" ); // search text within page bound textFragmentAbsorber ->...set_LimitToPageBounds ( true ); // specify the page region for TextSearch Options...

    products.aspose.com/pdf/cpp/editor/
  5. In DotNet, how can I add a flag to an `XImage` ...

    Hi there! I’m working with an existing PDF file and need to add a flag or marker to one of its images so that I can easily locate it later, when the PDF is modified. I tried renaming the image, but that ended up throwi…...you can use its position and page number for it. Later you can...and matching the position and page number. Please check below example...

    forum.aspose.com/t/in-dotnet-how-can-i-add-a-fl...
  6. Several HTML Into JPG C#

    Merge multiple HTML into JPG in C# code. Save HTML as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/html-to-jpg/
  7. Several DOC Into JPG C#

    Merge multiple DOC into JPG in C# code. Save DOC as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/doc-to-jpg/
  8. Several WORD Into TIFF C#

    Merge multiple a Word document into TIFF in C# code. Save a Word document as TIFF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/word-to-tiff/
  9. Several TEXT Into SVG C#

    Merge multiple TEXT into SVG in C# code. Save TEXT as SVG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/text-to-svg/
  10. Not able to add line spacing value in decimal b...

    m trying to set the line spacing of a TextFragment object using Aspose.pdf in C#, but I’m unable to set the value between 0.0 to 1.0 I also want to set the line spacing to a value less than 1, such as 0.82, but it seems…...Document(); var page = document.Pages.Add(); TextBuilder builder...builder = new TextBuilder(page); TextParagraph paragraph = new...

    forum.aspose.com/t/not-able-to-add-line-spacing...