Change font size of PDF
Change font size of PDF
josimarsb
Posts: 12Questions: 0Answers: 0
Hello everyone!
I need change font size of PDF. Can someone help me?
I need change font size of PDF. Can someone help me?
This discussion has been closed.
Replies
I downloaded the Flex SDK 4.6 in C:\
C:\flex_sdk_4.6
after that, I copied the ZeroClipboardPdf.as3 and folder lib from ...\TableTools\media\as3 to C:\flex_sdk_4.6\bin
I renamed file ZeroClipboardPdf.as3 to ZeroClipboard.as3
I executed this command in prompt command:
C:\flex_sdk_4.6\bin>mxmlc -static-link-runtime-shared-libraries=true -library-pa
th=C:\flex_sdk_4.6\frameworks\libs ZeroClipboard.as
after that I renamed file ZeroClipboard.swf to copy_cvs_xls_pdf.swf and replace the file in
"...\TableTools\media\swf"
don't forget changed what you want in ZeroClipboardPdf.as3.
bie!