Julia: How can I write to a specific acrobat pdf page?

I am stuck trying to generate acrobat pdf of more than one page in Julia

I am currently using the following code to create a chart table:

t[1,1] = p1;
t[2,1] = p2;
t[3,1] = p3;
t[4,1] = p4;
file(t,"Daily.pdf");

      

But the file function compresses them all into one page. Is there a way to tell it to use multiple pages or split the table into multiple pages and tell the file functions to write each table to a specific page?

Thanks in advance.

+3
pdf acrobat julia-lang


source to share


No one has answered this question yet

Check out similar questions:

354
Fast and Fast PDF Viewer for iPhone / iPad / iOs - Tips and Tricks?
five
How to create PDF documents with Julia
2
How can I create a 1000-page PDF faster?
2
Data Driven PDF Headers from Julia using Taro and Mustache
1
iText Pdf Page Byte Size
1
Can PDF be included for digital signatures outside of Acrobat Pro?
1
Acrobat and any other PDF viewer won't print connected line annotations
1
iTextSharp PDF - Error reading Acrobat Reader when printing
1
How can I split a PDF file by file size using C #?
0
PDF does not open in Acrobat (PDF and Flash ActionScript)



All Articles
Loading...
X
Show
Funny
Dev
Pics