Questions tagged as 'pdf'

1
answer

How to set the size of a page with RaveReport

I have a project in Delphi 2010 in which I use RaveReport to perform PDF reports, my question is the following and it is possible to set the% size of the%% of% of the PDF page. I tried this but it gives error: var PWidth: Double; PWidth :=...
asked by 19.10.2016 / 17:55
1
answer

Api on Android for creating PDF files

What are the free api available for creating files pdf in Android ?     
asked by 24.02.2015 / 16:56
1
answer

Create a pdf on android

I have a byte [] which is a pdf. I use the following class to try to convert it. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_teste); byte[...
asked by 21.05.2018 / 21:31
2
answers

doubts with web printing

Personal in my project I use MVC, in the front end I use angular / html / js, etc. I need to print a report, what is the best way to do it? which tools to use? I tested it using this code: $scope.printReceita = function () { document.ge...
asked by 01.02.2018 / 10:50
1
answer

Rename PDF file [closed]

Good Afternoon Community, I'm trying to create a macro that renames 125 PDF files that are in a specific folder C: ... I want it to replace the name that is in my column B ... Type get the PDFs in the folder then rename them accordingly my sp...
asked by 27.07.2017 / 18:55
1
answer

PHP and Javascript - Hosting and opening files in other formats besides PDF

I created a way to host presence list files in events on my client's website. Here is the code: <b>Arquivo da lista de presença (PDF):</b> <?php if($evento['arquivo'] == '1'){ echo '<a href="http://meusite.com.br/upload/w...
asked by 09.12.2016 / 18:39
1
answer

How to convert multiple .jpgs images to a single pdf file in C #

What I have is a directory with eg 10 scanned images. I would like to read these images in this directory and convert it to a single .PDF file. I know there are Dlls in the market that do this but I would like to do the same myself routine. Woul...
asked by 20.01.2016 / 18:51
1
answer

View PDF on android

I need to insert a pdf in my application; how could I do that? Is there a pdf view? The pdf will be inside the application itself in the assets folder. Thank you.     
asked by 01.11.2015 / 21:06
2
answers

How to open pdf on Android?

In my application there is a button where when clicked, it will open a arquivo pdf, but could not get this file from the internet, would have to come along with the application, I am using the following code: Intent intent = new Intent(I...
asked by 05.06.2015 / 21:15
1
answer

Insert PDF

I have a problem with the PDF insertion code because the file name is not sent to the database. The code I'm referring to is this: Form: <form id="novoEventoForm" action="?page=docs_com&insert=new" enctype="multipart/form-data" meth...
asked by 09.12.2014 / 10:33