- Posts: 12
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Write PdfAcroForm
IP: 92.59.180.186
8 years 4 months ago #13753
by app2U
Write PdfAcroForm was created by app2U
Hi,
I have some troubles when I trying to write a pdf AcroForm. I can write checkBox and radio Buttons and save it successfully, but I can't write the Text imputs. Nothing is showing when I write this inputs, but when I us the same pdf in the demo It works corrrectly. I don't know what I'm doing wrong, could you help me? This is my code:
Global.Init(getActivity());
Intent intent = new Intent();
intent.setClass(getActivity(), PDFViewAct.class);
intent.putExtra("PDFPath", path);
//pdfIntent.putExtra("canBePrinted", true);
startActivity(intent);
I also tried :
RadaeePDFManager pdfManager = new RadaeePDFManager();
pdfManager.show(getContext(),path,"" ,true,false,0,"RGB_565","User")
Thank you.
I have some troubles when I trying to write a pdf AcroForm. I can write checkBox and radio Buttons and save it successfully, but I can't write the Text imputs. Nothing is showing when I write this inputs, but when I us the same pdf in the demo It works corrrectly. I don't know what I'm doing wrong, could you help me? This is my code:
Global.Init(getActivity());
Intent intent = new Intent();
intent.setClass(getActivity(), PDFViewAct.class);
intent.putExtra("PDFPath", path);
//pdfIntent.putExtra("canBePrinted", true);
startActivity(intent);
I also tried :
RadaeePDFManager pdfManager = new RadaeePDFManager();
pdfManager.show(getContext(),path,"" ,true,false,0,"RGB_565","User")
Thank you.
IP: 188.10.33.120
8 years 4 months ago #13758
by Davide
Replied by Davide on topic Write PdfAcroForm
Hi,
to edit text box you need a premium license as written here www.radaeepdf.com/documentation/javadocs...xt-java.lang.String-
the demo project is activated with a premium version, so it works properly.
So if you want to check the premium license in your own project you can follow this article : www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=4
to edit text box you need a premium license as written here www.radaeepdf.com/documentation/javadocs...xt-java.lang.String-
the demo project is activated with a premium version, so it works properly.
So if you want to check the premium license in your own project you can follow this article : www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=4
IP: 92.59.180.186
8 years 4 months ago #13760
by app2U
Replied by app2U on topic Write PdfAcroForm
Hi,
Yes we have a premium license
Yes we have a premium license
IP: 188.10.33.120
8 years 4 months ago #13761
by Davide
Replied by Davide on topic Write PdfAcroForm
Hi,
the code you sent us is about the opening, we need to know how you set the edit text..
Can you please send us that code?
the code you sent us is about the opening, we need to know how you set the edit text..
Can you please send us that code?
IP: 92.59.180.186
8 years 4 months ago #13762
by app2U
Replied by app2U on topic Write PdfAcroForm
Hi,
We don't create the pdf Acroform, we open it and fill the text inputs of a Acroform that already exist so I don't set the edit text. I attached an example of pdf acroform
Thank you
We don't create the pdf Acroform, we open it and fill the text inputs of a Acroform that already exist so I don't set the edit text. I attached an example of pdf acroform
Thank you
IP: 188.10.33.120
8 years 4 months ago #13763
by Davide
Replied by Davide on topic Write PdfAcroForm
Hi,
there is no attachment. Can you please reupload it?
It might be a font problem, please check if you have all the fonts embedded in your pdf.
If you are missing some fonts, you can add them following that article : www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=5
You can also try to change the annot font in Global class, please check setAnnotFont method.
there is no attachment. Can you please reupload it?
It might be a font problem, please check if you have all the fonts embedded in your pdf.
If you are missing some fonts, you can add them following that article : www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=5
You can also try to change the annot font in Global class, please check setAnnotFont method.
Time to create page: 0.432 seconds