Sort Score
Result 10 results
Languages All
Labels All
Results 7,221 - 7,230 of 181,426 for

page

(0.49 sec)
  1. Basic Flowchart

    Company Name 4/1/99 Drag the side handles to change the width of the text block. DRP Inventory Control Open POs/MOs Bill of Distribution Order Entry Transportation Planning and Scheduling Resources...... choose File > Page Setup, and click the Page Properties Tab...

    docs.aspose.com/diagram/sv/python-java/convert-...
  2. Aspose::Words::Saving::FixedPageSaveOptions::ge...

    Aspose::Words::Saving::FixedPageSaveOptions::get_PageSavingCallback method. Allows to control how separate Pages are saved when a document is exported to fixed Page format in C++....Allows to control how separate pages are saved when a document is...is exported to fixed page format. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Header and footer display in a wrong format aft...

    Display In Wps apperently it all display in single Page . when convert to pdf , it turns to double Page . what is the best practoce to fix it ? following is the origin file . 695200843888066560.docx (67.4…...single page . when convert to pdf , it turns to double page . 909×944...

    forum.aspose.com/t/header-and-footer-display-in...
  4. Convert PDF To HTML C#

    Convert PDF to HTML format in C# code. Save PDF as HTML using C#....html); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.html", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...
  5. Convert DOC To RTF C#

    Convert DOC to RTF format in C# code. Save DOC as RTF using C#....rtf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.rtf", saveOptions);...

    products.aspose.com/words/net/conversion/doc-to...
  6. Convert WORD To TXT C#

    Convert a Word document to TXT format in C# code. Save a Word document as TXT using C#....txt); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.txt", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...
  7. Convert JPG To TIFF C#

    Convert JPG to TIFF format in C# code. Save JPG as TIFF using C#....tiff); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.tiff", saveOptions);...

    products.aspose.com/words/net/conversion/jpg-to...
  8. Convert TEXT To HTML C#

    Convert TEXT to HTML format in C# code. Save TEXT as HTML using C#....html); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.html", saveOptions);...

    products.aspose.com/words/net/conversion/text-t...
  9. Convert TEXT To PDF C#

    Convert TEXT to PDF format in C# code. Save TEXT as PDF using C#....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...

    products.aspose.com/words/net/conversion/text-t...
  10. Convert PDF To XPS C#

    Convert PDF to XPS format in C# code. Save PDF as XPS using C#....xps); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.xps", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...