Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 151,020 for

2

(0.12 sec)
  1. Aspose::Words::Markup::CustomXmlProperty::get_U...

    Aspose::Words::Markup::CustomXmlProperty::get_Uri method. Gets or sets the namespace URI of the custom XML attribute or smart tag property in C++...."2003" , properties -> idx_get ( 2 ) -> get_Value ()); ASSERT_EQ...properties -> get_Count ()); // 2 - Remove by name: properties ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Move Pages to PDF using .NET | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with C# sample code using Aspose.PDF for .NET... Pages [ 2 ]; dstDocument . Pages . Add (...srcDocument . Pages . Delete ( 2 ); srcDocument . Save ( outputFile...

    products.aspose.com/pdf/net/pages/move/
  3. Move Pages to PDF using Python | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with Python sample code using Aspose.PDF for Python for .NET... pages [ 2 ] dstDocument . pages . add (...srcDocument . pages . delete ( 2 ) srcDocument . save ( src_file...

    products.aspose.com/pdf/python-net/pages/move/
  4. Multithreading support|Documentation

    Optimize the resource usage by limiting the number of threads used by Aspose.OCR for Java recognition engine....// Limit recognition load to 2 threads RecognitionSettings recognitionSettings...recognitionSettings . setThreadsCount ( 2 ); // Recognize images ArrayList...

    docs.aspose.com/ocr/java/multithreading/
  5. Add Image to PDF in C# - Maintain Aspect ratio ...

    I have code that takes a list of documents (PDFs, image files, Word Docs, etc) and appends each into one single PDF. It has been pointed out to me that when an image that is larger than the page is appended, the aspect …...codewarior April 13, 2015, 9:36am 2 Hi Joe, I have tested the scenario... jheltibrand April 13, 2015, 2:38pm 3 Nayyer, I don’t know that...

    forum.aspose.com/t/add-image-to-pdf-in-c-mainta...
  6. ImageSize.WidthPixels | Aspose.Words for .NET

    Discover the ImageSize WidthPixels property to easily retrieve the pixel width of your images, enhancing your image management and optimization....WidthPoints * 2 ; shape . Height = imageSize . HeightPoints * 2 ; doc...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Mhtml to pdf conversion - OutOfMemoryError: Jav...

    Volleyballclub Baustetten e. V. :volleyball:.zip (41.5 KB) language: java21 aspose-html 25.2.2 when i tried to convert the attached mhtml file to pdf, the java program ran for more than 8 minutes and then threw OutOfM…...Family divine1 March 3, 2025, 2:18pm 1 Volleyballclub Baustetten...language: java21 aspose-html 25.2.2 when i tried to convert the attached...

    forum.aspose.com/t/mhtml-to-pdf-conversion-outo...
  8. Black and white OMR form with a horizontal tear...

    OMR form with a horizontal tear line in black and white...container=first columns_proportions=36%-2%-30%-2%-30% block_bottom_margin=0...border=square ?content=Section 2 font_size=12 align=center font_style=bold...

    docs.aspose.com/omr/net/showcases/tear/horizont...
  9. Free hand annotations are invisible after *.xfd...

    Hello to everybody at the support team, we just noticed some problems with imported annotations. After the import of 3_annotations.xfdf some annotations are invisible (see attached file 5_merged_with_Aspose.pdf). The …...pfeifer July 23, 2014, 2:29am 1 Hello to everybody at the...tilal.ahmad July 23, 2014, 9:00am 2 Hi Martin, We are sorry for the...

    forum.aspose.com/t/free-hand-annotations-are-in...
  10. Add Page Stamp to PDF using Python | Aspose.PDF

    Add page stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET....PdfPageStamp ( path_input_stamp , 2 ) plumPageStamp . set_height (...in range ( 1 , 6 ): if ( i % 2 == 0 ): document . pages [ i ]...

    products.aspose.com/pdf/python-net/stamps/page/